pge-front-common 14.2.21 → 14.2.23
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.
- package/lib/icons/analyze-document-icon.d.ts +2 -0
- package/lib/icons/icons.stories.d.ts +5 -0
- package/lib/icons/index.d.ts +5 -1
- package/lib/icons/report-icon.d.ts +2 -0
- package/lib/icons/statement-icon.d.ts +2 -0
- package/lib/icons/value-icon.d.ts +2 -0
- package/lib/index.d.ts +19 -1
- package/lib/index.esm.js +56 -2
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +64 -1
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -3,3 +3,8 @@ declare const meta: Meta;
|
|
|
3
3
|
export default meta;
|
|
4
4
|
type Story = StoryObj<typeof meta>;
|
|
5
5
|
export declare const Default: Story;
|
|
6
|
+
export declare const AnalyzeDocument: Story;
|
|
7
|
+
export declare const Statement: Story;
|
|
8
|
+
export declare const Value: Story;
|
|
9
|
+
export declare const Report: Story;
|
|
10
|
+
export declare const IconesCardsHome: Story;
|
package/lib/icons/index.d.ts
CHANGED
|
@@ -67,10 +67,14 @@ import { IconUpArrow } from "./up-arrow-icon";
|
|
|
67
67
|
import { IconRequerimentoAdm } from "./requerimento-adm-icon";
|
|
68
68
|
import { IconCopy } from "./copy-icon";
|
|
69
69
|
import { IconAnalyze } from "./analyze-icon";
|
|
70
|
+
import { IconAnalyzeDocument } from "./analyze-document-icon";
|
|
71
|
+
import { IconStatement } from "./statement-icon";
|
|
72
|
+
import { IconValue } from "./value-icon";
|
|
73
|
+
import { IconReport } from "./report-icon";
|
|
70
74
|
import { IconAlertInfo } from "./alert-info-icon";
|
|
71
75
|
import { IconDocumento } from "./documento-icon";
|
|
72
76
|
import { IconLista } from "./lista-icon";
|
|
73
77
|
import { IconMedalha } from "./medalha-icon";
|
|
74
78
|
import { IconFluxo } from "./fluxo-icon";
|
|
75
79
|
import { IconBloco } from "./bloco-icon";
|
|
76
|
-
export { IconAlertInfo, IconAnalyze, IconCopy, IconRequerimentoAdm, IconPayment, IconTwoUsers, IconTwoUsersSearch, IconCalculate, IconUpArrow, IconArrowRight, IconArrowLeft, IconCertidaoRegularidade, IconEmissaoDarj, IconDebitoFiscal, IconParcelamento, IconLeftDirection, IconRightDirection, IconInformative, IconCheckSuccess, IconAlert, IconAttention, IconPrint, IconDownload, IconVisibility, IconEdit, IconDelete, IconDotsVertical, IconCalendar, IconProfile, IconUpload, IconNewTab, IconWarning, IconCheckCircle, IconEventAvaliable, IconLogout, IconCLose, IconAdd, IconRemove, IconCircleExpland, IconCircleRecall, IconArrowExpland, IconArrowRecall, IconTriangleExpand, IconTriangleRecall, IconSwap, IconAddCell, IconRoundAddCell, IconConfig, MenuIcon, LogoRhDigital, LogoPGERG, LogoPGEBeneficios, IconInvisibility, IconPdf, IconHourglass, IconSearch, IconUpAndDownArror, IconCheck, IconUploadFile, LogoDividaAtiva, IconUploadV2, IconQuestionMark, IconUserLogout, CommonDotIcon, IconExclude, IconView, IconUploadFile2, IconInfoRound, IconMail, IconUsers, IconDocumento, IconLista, IconMedalha, IconFluxo, IconBloco, };
|
|
80
|
+
export { IconAlertInfo, IconAnalyze, IconAnalyzeDocument, IconStatement, IconValue, IconReport, IconCopy, IconRequerimentoAdm, IconPayment, IconTwoUsers, IconTwoUsersSearch, IconCalculate, IconUpArrow, IconArrowRight, IconArrowLeft, IconCertidaoRegularidade, IconEmissaoDarj, IconDebitoFiscal, IconParcelamento, IconLeftDirection, IconRightDirection, IconInformative, IconCheckSuccess, IconAlert, IconAttention, IconPrint, IconDownload, IconVisibility, IconEdit, IconDelete, IconDotsVertical, IconCalendar, IconProfile, IconUpload, IconNewTab, IconWarning, IconCheckCircle, IconEventAvaliable, IconLogout, IconCLose, IconAdd, IconRemove, IconCircleExpland, IconCircleRecall, IconArrowExpland, IconArrowRecall, IconTriangleExpand, IconTriangleRecall, IconSwap, IconAddCell, IconRoundAddCell, IconConfig, MenuIcon, LogoRhDigital, LogoPGERG, LogoPGEBeneficios, IconInvisibility, IconPdf, IconHourglass, IconSearch, IconUpAndDownArror, IconCheck, IconUploadFile, LogoDividaAtiva, IconUploadV2, IconQuestionMark, IconUserLogout, CommonDotIcon, IconExclude, IconView, IconUploadFile2, IconInfoRound, IconMail, IconUsers, IconDocumento, IconLista, IconMedalha, IconFluxo, IconBloco, };
|
package/lib/index.d.ts
CHANGED
|
@@ -1079,9 +1079,27 @@ declare const IconCopy: (props?: SVGProps<SVGSVGElement>) => React__default.JSX.
|
|
|
1079
1079
|
|
|
1080
1080
|
declare const IconAnalyze: (props?: SVGProps<SVGSVGElement>) => React__default.JSX.Element;
|
|
1081
1081
|
|
|
1082
|
+
declare const IconAnalyzeDocument: ({ className, ...props }: SVGProps<SVGSVGElement>) => React__default.JSX.Element;
|
|
1083
|
+
|
|
1084
|
+
declare const IconStatement: ({ className, ...props }: SVGProps<SVGSVGElement>) => React__default.JSX.Element;
|
|
1085
|
+
|
|
1086
|
+
declare const IconValue: ({ className, ...props }: SVGProps<SVGSVGElement>) => React__default.JSX.Element;
|
|
1087
|
+
|
|
1088
|
+
declare const IconReport: ({ className, ...props }: SVGProps<SVGSVGElement>) => React__default.JSX.Element;
|
|
1089
|
+
|
|
1082
1090
|
declare const IconAlertInfo: ({ className, ...props }: SVGProps<SVGSVGElement>) => React__default.JSX.Element;
|
|
1083
1091
|
|
|
1092
|
+
declare const IconDocumento: ({ className, ...props }: SVGProps<SVGSVGElement>) => React__default.JSX.Element;
|
|
1093
|
+
|
|
1094
|
+
declare const IconLista: ({ className, ...props }: SVGProps<SVGSVGElement>) => React__default.JSX.Element;
|
|
1095
|
+
|
|
1096
|
+
declare const IconMedalha: ({ className, ...props }: SVGProps<SVGSVGElement>) => React__default.JSX.Element;
|
|
1097
|
+
|
|
1098
|
+
declare const IconFluxo: ({ className, ...props }: SVGProps<SVGSVGElement>) => React__default.JSX.Element;
|
|
1099
|
+
|
|
1100
|
+
declare const IconBloco: ({ className, ...props }: SVGProps<SVGSVGElement>) => React__default.JSX.Element;
|
|
1101
|
+
|
|
1084
1102
|
declare function installPrimeReactStyles(): void;
|
|
1085
1103
|
|
|
1086
|
-
export { Accordion, AccordionItem, BasicSelect, Blanket, BoxError, BoxSuccess, Button, Checkbox, Chip, CommonDotIcon, DateInput, Dropdown, Fieldset, FileUpload, FloatingMenu, FooterPge as Footer, Header, HeaderPge, IconAdd, IconAddCell, IconAlertInfo, IconAnalyze, IconArrowExpland, IconArrowLeft, IconArrowRecall, IconArrowRight, IconCLose, IconCalculate, IconCalendar, IconCertidaoRegularidade, IconCheck, IconCheckCircle, IconCircleExpland, IconCircleRecall, IconConfig, IconCopy, IconDebitoFiscal, IconDelete, IconDotsVertical, IconDownload, IconEdit, IconEmissaoDarj, IconEventAvaliable, IconExclude, IconHourglass, IconInfoRound, IconInvisibility, IconLeftDirection, IconLogout, IconMail, IconNewTab, IconParcelamento, IconPayment, IconPdf, IconPrint, IconProfile, IconQuestionMark, IconRemove, IconRequerimentoAdm, IconRightDirection, IconRoundAddCell, IconSearch, IconSwap, IconTriangleExpand, IconTriangleRecall, IconTwoUsers, IconTwoUsersSearch, IconUpAndDownArror, IconUpArrow, IconUpload, IconUploadFile, IconUploadFile2, IconUploadV2, IconUsers, IconView, IconVisibility, IconWarning, InformativeBox, InputBase, LoadingSpinner, Menu, MenuAction, MenuList, Modal, ModalBody, ModalFooter, ModalHeader, ModalUI, Option, OverlayLoadingSpinner, PaginationTable, Pagination as PaginationV2, PasswordInput, PgeButton, ProgressCircle, RadioButton, RadioGroupBase, SelectDefault, SelectMult, SkeletonLoader, Switch, Table, TableBody, TableCell, TableComponent, TableFooter, TableHeader, TableRow, TextareaBase, Title, Tooltip, TooltipWithPortal, TreeSelect, installPrimeReactStyles };
|
|
1104
|
+
export { Accordion, AccordionItem, BasicSelect, Blanket, BoxError, BoxSuccess, Button, Checkbox, Chip, CommonDotIcon, DateInput, Dropdown, Fieldset, FileUpload, FloatingMenu, FooterPge as Footer, Header, HeaderPge, IconAdd, IconAddCell, IconAlertInfo, IconAnalyze, IconAnalyzeDocument, IconArrowExpland, IconArrowLeft, IconArrowRecall, IconArrowRight, IconBloco, IconCLose, IconCalculate, IconCalendar, IconCertidaoRegularidade, IconCheck, IconCheckCircle, IconCircleExpland, IconCircleRecall, IconConfig, IconCopy, IconDebitoFiscal, IconDelete, IconDocumento, IconDotsVertical, IconDownload, IconEdit, IconEmissaoDarj, IconEventAvaliable, IconExclude, IconFluxo, IconHourglass, IconInfoRound, IconInvisibility, IconLeftDirection, IconLista, IconLogout, IconMail, IconMedalha, IconNewTab, IconParcelamento, IconPayment, IconPdf, IconPrint, IconProfile, IconQuestionMark, IconRemove, IconReport, IconRequerimentoAdm, IconRightDirection, IconRoundAddCell, IconSearch, IconStatement, IconSwap, IconTriangleExpand, IconTriangleRecall, IconTwoUsers, IconTwoUsersSearch, IconUpAndDownArror, IconUpArrow, IconUpload, IconUploadFile, IconUploadFile2, IconUploadV2, IconUsers, IconValue, IconView, IconVisibility, IconWarning, InformativeBox, InputBase, LoadingSpinner, Menu, MenuAction, MenuList, Modal, ModalBody, ModalFooter, ModalHeader, ModalUI, Option, OverlayLoadingSpinner, PaginationTable, Pagination as PaginationV2, PasswordInput, PgeButton, ProgressCircle, RadioButton, RadioGroupBase, SelectDefault, SelectMult, SkeletonLoader, Switch, Table, TableBody, TableCell, TableComponent, TableFooter, TableHeader, TableRow, TextareaBase, Title, Tooltip, TooltipWithPortal, TreeSelect, installPrimeReactStyles };
|
|
1087
1105
|
export type { AccordionItemProps, ButtonProps, ChipProps, Column, FieldsetProps, InformativeBoxProps, InputProps, OptionsProps$2 as OptionsProps, ProgressCircleProps, RadioButtonProps, RadioGroupBaseProps, SelectDefaultProps, SelectMultProps, TableComponentProps, TextareaBaseProps, TreeSelectOptions, TreeSelectProps };
|
package/lib/index.esm.js
CHANGED
|
@@ -136,7 +136,7 @@ var IconDotsVertical = function (props) { return (React__default.createElement("
|
|
|
136
136
|
React__default.createElement("path", { d: "M12 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 12c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z", fill: "currentColor" }))); };
|
|
137
137
|
|
|
138
138
|
var IconCalendar = function (props) { return (React__default.createElement("svg", __assign({ width: "19", height: "21", viewBox: "0 0 19 21", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
139
|
-
React__default.createElement("path", { d: "M2.6665 20.5C2.1165 20.5 1.64567 20.3042 1.254 19.9125C0.862337 19.5208 0.666504 19.05 0.666504 18.5V4.5C0.666504 3.95 0.862337 3.47917 1.254 3.0875C1.64567 2.69583 2.1165 2.5 2.6665 2.5H3.6665V0.5H5.6665V2.5H13.6665V0.5H15.6665V2.5H16.6665C17.2165 2.5 17.6873 2.69583 18.079 3.0875C18.4707 3.47917 18.6665 3.95 18.6665 4.5V18.5C18.6665 19.05 18.4707 19.5208 18.079 19.9125C17.6873 20.3042 17.2165 20.5 16.6665 20.5H2.6665ZM2.6665 18.5H16.6665V8.5H2.6665V18.5ZM2.6665 6.5H16.6665V4.5H2.6665V6.5ZM9.6665 12.5C9.38317 12.5 9.14567 12.4042 8.954 12.2125C8.76234 12.0208 8.6665 11.7833 8.6665 11.5C8.6665 11.2167 8.76234 10.9792 8.954 10.7875C9.14567 10.5958 9.38317 10.5 9.6665 10.5C9.94984 10.5 10.1873 10.5958 10.379 10.7875C10.5707 10.9792 10.6665 11.2167 10.6665 11.5C10.6665 11.7833 10.5707 12.0208 10.379 12.2125C10.1873 12.4042 9.94984 12.5 9.6665 12.5ZM5.6665 12.5C5.38317 12.5 5.14567 12.4042 4.954 12.2125C4.76234 12.0208 4.6665 11.7833 4.6665 11.5C4.6665 11.2167 4.76234 10.9792 4.954 10.7875C5.14567 10.5958 5.38317 10.5 5.6665 10.5C5.94984 10.5 6.18734 10.5958 6.379 10.7875C6.57067 10.9792 6.6665 11.2167 6.6665 11.5C6.6665 11.7833 6.57067 12.0208 6.379 12.2125C6.18734 12.4042 5.94984 12.5 5.6665 12.5ZM13.6665 12.5C13.3832 12.5 13.1457 12.4042 12.954 12.2125C12.7623 12.0208 12.6665 11.7833 12.6665 11.5C12.6665 11.2167 12.7623 10.9792 12.954 10.7875C13.1457 10.5958 13.3832 10.5 13.6665 10.5C13.9498 10.5 14.1873 10.5958 14.379 10.7875C14.5707 10.9792 14.6665 11.2167 14.6665 11.5C14.6665 11.7833 14.5707 12.0208 14.379 12.2125C14.1873 12.4042 13.9498 12.5 13.6665 12.5ZM9.6665 16.5C9.38317 16.5 9.14567 16.4042 8.954 16.2125C8.76234 16.0208 8.6665 15.7833 8.6665 15.5C8.6665 15.2167 8.76234 14.9792 8.954 14.7875C9.14567 14.5958 9.38317 14.5 9.6665 14.5C9.94984 14.5 10.1873 14.5958 10.379 14.7875C10.5707 14.9792 10.6665 15.2167 10.6665 15.5C10.6665 15.7833 10.5707 16.0208 10.379 16.2125C10.1873 16.4042 9.94984 16.5 9.6665 16.5ZM5.6665 16.5C5.38317 16.5 5.14567 16.4042 4.954 16.2125C4.76234 16.0208 4.6665 15.7833 4.6665 15.5C4.6665 15.2167 4.76234 14.9792 4.954 14.7875C5.14567 14.5958 5.38317 14.5 5.6665 14.5C5.94984 14.5 6.18734 14.5958 6.379 14.7875C6.57067 14.9792 6.6665 15.2167 6.6665 15.5C6.6665 15.7833 6.57067 16.0208 6.379 16.2125C6.18734 16.4042 5.94984 16.5 5.6665 16.5ZM13.6665 16.5C13.3832 16.5 13.1457 16.4042 12.954 16.2125C12.7623 16.0208 12.6665 15.7833 12.6665 15.5C12.6665 15.2167 12.7623 14.9792 12.954 14.7875C13.1457 14.5958 13.3832 14.5 13.6665 14.5C13.9498 14.5 14.1873 14.5958 14.379 14.7875C14.5707 14.9792 14.6665 15.2167 14.6665 15.5C14.6665 15.7833 14.5707 16.0208 14.379 16.2125C14.1873 16.4042 13.9498 16.5 13.6665 16.5Z", fill: "
|
|
139
|
+
React__default.createElement("path", { d: "M2.6665 20.5C2.1165 20.5 1.64567 20.3042 1.254 19.9125C0.862337 19.5208 0.666504 19.05 0.666504 18.5V4.5C0.666504 3.95 0.862337 3.47917 1.254 3.0875C1.64567 2.69583 2.1165 2.5 2.6665 2.5H3.6665V0.5H5.6665V2.5H13.6665V0.5H15.6665V2.5H16.6665C17.2165 2.5 17.6873 2.69583 18.079 3.0875C18.4707 3.47917 18.6665 3.95 18.6665 4.5V18.5C18.6665 19.05 18.4707 19.5208 18.079 19.9125C17.6873 20.3042 17.2165 20.5 16.6665 20.5H2.6665ZM2.6665 18.5H16.6665V8.5H2.6665V18.5ZM2.6665 6.5H16.6665V4.5H2.6665V6.5ZM9.6665 12.5C9.38317 12.5 9.14567 12.4042 8.954 12.2125C8.76234 12.0208 8.6665 11.7833 8.6665 11.5C8.6665 11.2167 8.76234 10.9792 8.954 10.7875C9.14567 10.5958 9.38317 10.5 9.6665 10.5C9.94984 10.5 10.1873 10.5958 10.379 10.7875C10.5707 10.9792 10.6665 11.2167 10.6665 11.5C10.6665 11.7833 10.5707 12.0208 10.379 12.2125C10.1873 12.4042 9.94984 12.5 9.6665 12.5ZM5.6665 12.5C5.38317 12.5 5.14567 12.4042 4.954 12.2125C4.76234 12.0208 4.6665 11.7833 4.6665 11.5C4.6665 11.2167 4.76234 10.9792 4.954 10.7875C5.14567 10.5958 5.38317 10.5 5.6665 10.5C5.94984 10.5 6.18734 10.5958 6.379 10.7875C6.57067 10.9792 6.6665 11.2167 6.6665 11.5C6.6665 11.7833 6.57067 12.0208 6.379 12.2125C6.18734 12.4042 5.94984 12.5 5.6665 12.5ZM13.6665 12.5C13.3832 12.5 13.1457 12.4042 12.954 12.2125C12.7623 12.0208 12.6665 11.7833 12.6665 11.5C12.6665 11.2167 12.7623 10.9792 12.954 10.7875C13.1457 10.5958 13.3832 10.5 13.6665 10.5C13.9498 10.5 14.1873 10.5958 14.379 10.7875C14.5707 10.9792 14.6665 11.2167 14.6665 11.5C14.6665 11.7833 14.5707 12.0208 14.379 12.2125C14.1873 12.4042 13.9498 12.5 13.6665 12.5ZM9.6665 16.5C9.38317 16.5 9.14567 16.4042 8.954 16.2125C8.76234 16.0208 8.6665 15.7833 8.6665 15.5C8.6665 15.2167 8.76234 14.9792 8.954 14.7875C9.14567 14.5958 9.38317 14.5 9.6665 14.5C9.94984 14.5 10.1873 14.5958 10.379 14.7875C10.5707 14.9792 10.6665 15.2167 10.6665 15.5C10.6665 15.7833 10.5707 16.0208 10.379 16.2125C10.1873 16.4042 9.94984 16.5 9.6665 16.5ZM5.6665 16.5C5.38317 16.5 5.14567 16.4042 4.954 16.2125C4.76234 16.0208 4.6665 15.7833 4.6665 15.5C4.6665 15.2167 4.76234 14.9792 4.954 14.7875C5.14567 14.5958 5.38317 14.5 5.6665 14.5C5.94984 14.5 6.18734 14.5958 6.379 14.7875C6.57067 14.9792 6.6665 15.2167 6.6665 15.5C6.6665 15.7833 6.57067 16.0208 6.379 16.2125C6.18734 16.4042 5.94984 16.5 5.6665 16.5ZM13.6665 16.5C13.3832 16.5 13.1457 16.4042 12.954 16.2125C12.7623 16.0208 12.6665 15.7833 12.6665 15.5C12.6665 15.2167 12.7623 14.9792 12.954 14.7875C13.1457 14.5958 13.3832 14.5 13.6665 14.5C13.9498 14.5 14.1873 14.5958 14.379 14.7875C14.5707 14.9792 14.6665 15.2167 14.6665 15.5C14.6665 15.7833 14.5707 16.0208 14.379 16.2125C14.1873 16.4042 13.9498 16.5 13.6665 16.5Z", fill: "currentColor" }))); };
|
|
140
140
|
|
|
141
141
|
var IconProfile = function (props) {
|
|
142
142
|
var _a, _b;
|
|
@@ -552,6 +552,30 @@ var IconCopy = function (props) { return (React__default.createElement("svg", __
|
|
|
552
552
|
var IconAnalyze = function (props) { return (React__default.createElement("svg", __assign({ width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
553
553
|
React__default.createElement("path", { d: "M1.33333 1.33333V5.35V5.33333V12V1.33333ZM1.33333 13.3333C0.966667 13.3333 0.65278 13.2028 0.391667 12.9417C0.130553 12.6805 0 12.3667 0 12V1.33333C0 0.966667 0.130553 0.65278 0.391667 0.391667C0.65278 0.130553 0.966667 0 1.33333 0H6.66667L10.6667 4V5.66667C10.4555 5.5778 10.2389 5.50833 10.0167 5.45833C9.79447 5.40833 9.56667 5.3722 9.33333 5.35V4.66667H6V1.33333H1.33333V12H5.35C5.5278 12.2667 5.7278 12.5139 5.95 12.7417C6.1722 12.9695 6.41667 13.1667 6.68333 13.3333H1.33333ZM9 11.3333C9.46667 11.3333 9.86113 11.1722 10.1833 10.85C10.5055 10.5278 10.6667 10.1333 10.6667 9.66667C10.6667 9.2 10.5055 8.80553 10.1833 8.48333C9.86113 8.16113 9.46667 8 9 8C8.53333 8 8.13887 8.16113 7.81667 8.48333C7.49447 8.80553 7.33333 9.2 7.33333 9.66667C7.33333 10.1333 7.49447 10.5278 7.81667 10.85C8.13887 11.1722 8.53333 11.3333 9 11.3333ZM12.4 14L10.6 12.2C10.3667 12.3555 10.1139 12.4722 9.84167 12.55C9.56947 12.6278 9.28887 12.6667 9 12.6667C8.16667 12.6667 7.45833 12.375 6.875 11.7917C6.29167 11.2083 6 10.5 6 9.66667C6 8.83333 6.29167 8.125 6.875 7.54167C7.45833 6.95833 8.16667 6.66667 9 6.66667C9.83333 6.66667 10.5417 6.95833 11.125 7.54167C11.7083 8.125 12 8.83333 12 9.66667C12 9.95553 11.9611 10.2361 11.8833 10.5083C11.8055 10.7805 11.6889 11.0333 11.5333 11.2667L13.3333 13.0667L12.4 14Z", fill: "currentColor" }))); };
|
|
554
554
|
|
|
555
|
+
var IconAnalyzeDocument = function (_a) {
|
|
556
|
+
var className = _a.className, props = __rest(_a, ["className"]);
|
|
557
|
+
return (React__default.createElement("svg", __assign({ viewBox: "0 0 34 43", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className }, props),
|
|
558
|
+
React__default.createElement("path", { d: "M22.8438 38.7L27.0938 43H4.25C3.08125 43 2.08073 42.579 1.24844 41.7369C0.416146 40.8948 0 39.8825 0 38.7V4.3C0 3.1175 0.416146 2.10521 1.24844 1.26313C2.08073 0.421042 3.08125 0 4.25 0H23.375L34 12.9V38.7C34 39.4167 33.8495 40.0706 33.5484 40.6619C33.2474 41.2531 32.8312 41.7458 32.3 42.14L21.25 31.0675C20.6479 31.4617 19.9927 31.7573 19.2844 31.9544C18.576 32.1515 17.8146 32.25 17 32.25C14.6625 32.25 12.6615 31.4079 10.9969 29.7238C9.33229 28.0396 8.5 26.015 8.5 23.65C8.5 21.285 9.33229 19.2604 10.9969 17.5763C12.6615 15.8921 14.6625 15.05 17 15.05C19.3375 15.05 21.3385 15.8921 23.0031 17.5763C24.6677 19.2604 25.5 21.285 25.5 23.65C25.5 24.4742 25.4026 25.2446 25.2078 25.9613C25.013 26.6779 24.7208 27.3408 24.3313 27.95L29.75 33.54V14.405L21.3563 4.3H4.25V38.7H22.8438ZM17 27.95C18.1688 27.95 19.1693 27.529 20.0016 26.6869C20.8339 25.8448 21.25 24.8325 21.25 23.65C21.25 22.4675 20.8339 21.4552 20.0016 20.6131C19.1693 19.771 18.1688 19.35 17 19.35C15.8313 19.35 14.8307 19.771 13.9984 20.6131C13.1661 21.4552 12.75 22.4675 12.75 23.65C12.75 24.8325 13.1661 25.8448 13.9984 26.6869C14.8307 27.529 15.8313 27.95 17 27.95Z", fill: "currentColor" })));
|
|
559
|
+
};
|
|
560
|
+
|
|
561
|
+
var IconStatement = function (_a) {
|
|
562
|
+
var className = _a.className, props = __rest(_a, ["className"]);
|
|
563
|
+
return (React__default.createElement("svg", __assign({ viewBox: "0 0 30 37", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className }, props),
|
|
564
|
+
React__default.createElement("path", { d: "M3.66667 36.6667C2.65833 36.6667 1.79514 36.3076 1.07708 35.5896C0.359028 34.8715 0 34.0083 0 33V3.66667C0 2.65833 0.359028 1.79514 1.07708 1.07708C1.79514 0.359028 2.65833 0 3.66667 0H18.3333L29.3333 11V33C29.3333 34.0083 28.9743 34.8715 28.2562 35.5896C27.5382 36.3076 26.675 36.6667 25.6667 36.6667H3.66667ZM16.5 12.8333V3.66667H3.66667V33H25.6667V12.8333H16.5Z", fill: "currentColor" })));
|
|
565
|
+
};
|
|
566
|
+
|
|
567
|
+
var IconValue = function (_a) {
|
|
568
|
+
var className = _a.className, props = __rest(_a, ["className"]);
|
|
569
|
+
return (React__default.createElement("svg", __assign({ viewBox: "0 0 40 28", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className }, props),
|
|
570
|
+
React__default.createElement("path", { d: "M40 3.5V24.5C40 25.4625 39.6083 26.2865 38.825 26.9719C38.0417 27.6573 37.1 28 36 28H4C2.9 28 1.95833 27.6573 1.175 26.9719C0.391667 26.2865 0 25.4625 0 24.5V3.5C0 2.5375 0.391667 1.71354 1.175 1.02812C1.95833 0.342708 2.9 0 4 0H36C37.1 0 38.0417 0.342708 38.825 1.02812C39.6083 1.71354 40 2.5375 40 3.5ZM4 7H36V3.5H4V7ZM4 14V24.5H36V14H4Z", fill: "currentColor" })));
|
|
571
|
+
};
|
|
572
|
+
|
|
573
|
+
var IconReport = function (_a) {
|
|
574
|
+
var className = _a.className, props = __rest(_a, ["className"]);
|
|
575
|
+
return (React__default.createElement("svg", __assign({ viewBox: "0 0 30 41", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className }, props),
|
|
576
|
+
React__default.createElement("path", { d: "M3.33333 36.4444H26.6667V15.5458L18.625 4.55556H3.33333V36.4444ZM3.33333 41C2.41667 41 1.63194 40.5539 0.979167 39.6618C0.326389 38.7697 0 37.6972 0 36.4444V4.55556C0 3.30278 0.326389 2.23032 0.979167 1.33819C1.63194 0.446065 2.41667 0 3.33333 0H20L30 13.6667V36.4444C30 37.6972 29.6736 38.7697 29.0208 39.6618C28.3681 40.5539 27.5833 41 26.6667 41H3.33333ZM6.66667 31.8889H23.3333V27.3333H6.66667V31.8889ZM6.66667 22.7778H23.3333V18.2222H6.66667V22.7778ZM6.66667 13.6667H18.3333V9.11111H6.66667V13.6667Z", fill: "currentColor" })));
|
|
577
|
+
};
|
|
578
|
+
|
|
555
579
|
var IconAlertInfo = function (_a) {
|
|
556
580
|
var className = _a.className, props = __rest(_a, ["className"]);
|
|
557
581
|
var id = useId$1();
|
|
@@ -564,6 +588,36 @@ var IconAlertInfo = function (_a) {
|
|
|
564
588
|
React__default.createElement("rect", { width: "30", height: "20", fill: "white" })))));
|
|
565
589
|
};
|
|
566
590
|
|
|
591
|
+
var IconDocumento = function (_a) {
|
|
592
|
+
var className = _a.className, props = __rest(_a, ["className"]);
|
|
593
|
+
return (React__default.createElement("svg", __assign({ viewBox: "0 0 16 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className }, props),
|
|
594
|
+
React__default.createElement("path", { d: "M4 11H12V9H4V11ZM4 14H12V12H4V14ZM4 17H9V15H4V17ZM2 20C1.45 20 0.979167 19.8042 0.5875 19.4125C0.195833 19.0208 0 18.55 0 18V2C0 1.45 0.195833 0.979167 0.5875 0.5875C0.979167 0.195833 1.45 0 2 0H10L16 6V18C16 18.55 15.8042 19.0208 15.4125 19.4125C15.0208 19.8042 14.55 20 14 20H2ZM9 7V2H2V18H14V7H9Z", fill: "currentColor" })));
|
|
595
|
+
};
|
|
596
|
+
|
|
597
|
+
var IconLista = function (_a) {
|
|
598
|
+
var className = _a.className, props = __rest(_a, ["className"]);
|
|
599
|
+
return (React__default.createElement("svg", __assign({ viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className }, props),
|
|
600
|
+
React__default.createElement("path", { d: "M4 14H11V12H4V14ZM4 10H14V8H4V10ZM4 6H14V4H4V6ZM2 18C1.45 18 0.979167 17.8042 0.5875 17.4125C0.195833 17.0208 0 16.55 0 16V2C0 1.45 0.195833 0.979167 0.5875 0.5875C0.979167 0.195833 1.45 0 2 0H16C16.55 0 17.0208 0.195833 17.4125 0.5875C17.8042 0.979167 18 1.45 18 2V16C18 16.55 17.8042 17.0208 17.4125 17.4125C17.0208 17.8042 16.55 18 16 18H2ZM2 16H16V2H2V16Z", fill: "currentColor" })));
|
|
601
|
+
};
|
|
602
|
+
|
|
603
|
+
var IconMedalha = function (_a) {
|
|
604
|
+
var className = _a.className, props = __rest(_a, ["className"]);
|
|
605
|
+
return (React__default.createElement("svg", __assign({ viewBox: "0 0 16 21", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className }, props),
|
|
606
|
+
React__default.createElement("path", { d: "M5.875 10.125C5.29167 9.54167 5 8.83333 5 8C5 7.16667 5.29167 6.45833 5.875 5.875C6.45833 5.29167 7.16667 5 8 5C8.83333 5 9.54167 5.29167 10.125 5.875C10.7083 6.45833 11 7.16667 11 8C11 8.83333 10.7083 9.54167 10.125 10.125C9.54167 10.7083 8.83333 11 8 11C7.16667 11 6.45833 10.7083 5.875 10.125ZM2 21V13.275C1.36667 12.575 0.875 11.775 0.525 10.875C0.175 9.975 0 9.01667 0 8C0 5.76667 0.775 3.875 2.325 2.325C3.875 0.775 5.76667 0 8 0C10.2333 0 12.125 0.775 13.675 2.325C15.225 3.875 16 5.76667 16 8C16 9.01667 15.825 9.975 15.475 10.875C15.125 11.775 14.6333 12.575 14 13.275V21L8 19L2 21ZM12.25 12.25C13.4167 11.0833 14 9.66667 14 8C14 6.33333 13.4167 4.91667 12.25 3.75C11.0833 2.58333 9.66667 2 8 2C6.33333 2 4.91667 2.58333 3.75 3.75C2.58333 4.91667 2 6.33333 2 8C2 9.66667 2.58333 11.0833 3.75 12.25C4.91667 13.4167 6.33333 14 8 14C9.66667 14 11.0833 13.4167 12.25 12.25ZM4 18.025L8 17L12 18.025V14.925C11.4167 15.2583 10.7875 15.5208 10.1125 15.7125C9.4375 15.9042 8.73333 16 8 16C7.26667 16 6.5625 15.9042 5.8875 15.7125C5.2125 15.5208 4.58333 15.2583 4 14.925V18.025Z", fill: "currentColor" })));
|
|
607
|
+
};
|
|
608
|
+
|
|
609
|
+
var IconFluxo = function (_a) {
|
|
610
|
+
var className = _a.className, props = __rest(_a, ["className"]);
|
|
611
|
+
return (React__default.createElement("svg", __assign({ viewBox: "0 0 20 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className }, props),
|
|
612
|
+
React__default.createElement("path", { d: "M0 14V12H6V6H12V0H20V2H14V8H8V14H0Z", fill: "currentColor" })));
|
|
613
|
+
};
|
|
614
|
+
|
|
615
|
+
var IconBloco = function (_a) {
|
|
616
|
+
var className = _a.className, props = __rest(_a, ["className"]);
|
|
617
|
+
return (React__default.createElement("svg", __assign({ viewBox: "0 0 18 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className }, props),
|
|
618
|
+
React__default.createElement("path", { d: "M9 19.05L0 12.05L1.65 10.8L9 16.5L16.35 10.8L18 12.05L9 19.05ZM9 14L0 7L9 0L18 7L9 14ZM9 11.45L14.75 7L9 2.55L3.25 7L9 11.45Z", fill: "currentColor" })));
|
|
619
|
+
};
|
|
620
|
+
|
|
567
621
|
var css_248z$I = ".styles-module__toast___JCV9s {\r\n height: auto;\r\n border-radius: 8px;\r\n padding: 12px;\r\n display: flex;\r\n align-items: center;\r\n justify-content: space-between;\r\n box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\r\n}\r\n\r\n.styles-module__toast___JCV9s.styles-module__fullWidth___LJFXr {\r\n width: 100%;\r\n}\r\n\r\n.styles-module__toast___JCV9s.styles-module__fitContent___9F6bX {\r\n width: fit-content;\r\n}\r\n\r\n.styles-module__toast___JCV9s.styles-module__success___-BEJb {\r\n background-color: var(--bg-informative-success);\r\n}\r\n\r\n.styles-module__title___TK6Kt.styles-module__success___-BEJb {\r\n color: var(--success-color);\r\n line-height: 120%;\r\n}\r\n\r\n.styles-module__toast___JCV9s.styles-module__alert___Gum-6 {\r\n background-color: var(--bg-informative-alert);\r\n}\r\n\r\n.styles-module__title___TK6Kt.styles-module__alert___Gum-6 {\r\n color: var(--alert-color);\r\n line-height: 120%;\r\n}\r\n\r\n.styles-module__toast___JCV9s.styles-module__warning___CVMAV {\r\n background-color: var(--bg-informative-warning);\r\n}\r\n\r\n.styles-module__title___TK6Kt.styles-module__warning___CVMAV {\r\n color: var(--warning-color);\r\n line-height: 120%;\r\n}\r\n\r\n.styles-module__toast___JCV9s.styles-module__informative___0nyLv {\r\n background-color: var(--bg-informative);\r\n}\r\n\r\n.styles-module__title___TK6Kt.styles-module__informative___0nyLv {\r\n color: var(--information-color);\r\n line-height: 120%;\r\n}\r\n\r\n.styles-module__content___AING8 {\r\n display: flex;\r\n align-items: center;\r\n justify-content: space-between;\r\n width: 100%;\r\n gap: 8px;\r\n}\r\n\r\n.styles-module__info___g8ce2 {\r\n display: flex;\r\n align-items: center;\r\n gap: 8px;\r\n}\r\n\r\n.styles-module__iconSize___os5JS {\r\n width: 20px;\r\n height: 20px;\r\n flex-shrink: 0;\r\n}\r\n\r\n@media screen and (max-width: 480px) {\r\n .styles-module__iconSize___os5JS {\r\n width: 20px;\r\n height: 20px;\r\n }\r\n}\r\n\r\n.styles-module__icon___uiYA-.styles-module__success___-BEJb {\r\n color: var(--success-color);\r\n}\r\n\r\n.styles-module__icon___uiYA-.styles-module__alert___Gum-6 {\r\n color: var(--alert-color);\r\n}\r\n\r\n.styles-module__icon___uiYA-.styles-module__warning___CVMAV {\r\n color: var(--warning-color);\r\n}\r\n\r\n.styles-module__icon___uiYA-.styles-module__informative___0nyLv {\r\n color: var(--information-color);\r\n}\r\n\r\n.styles-module__text___UCxPH {\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: space-between;\r\n gap: 4px;\r\n}\r\n\r\n.styles-module__text___UCxPH strong {\r\n font-size: var(--font-size-16, 16px);\r\n font-weight: 700;\r\n line-height: 16px;\r\n text-align: left;\r\n text-decoration-skip-ink: none;\r\n}\r\n\r\n@media screen and (max-width: 480px) {\r\n .styles-module__text___UCxPH strong {\r\n font-size: var(--font-size-12, 12px);\r\n }\r\n}\r\n\r\n.styles-module__text___UCxPH span {\r\n font-weight: 400;\r\n text-align: left;\r\n text-decoration-skip-ink: none;\r\n}\r\n\r\n.styles-module__textContent___S1KEv {\r\n color: var(--foreground);\r\n font-size: var(--font-size-16);\r\n}\r\n\r\n.styles-module__textContent___S1KEv.styles-module__success___-BEJb {\r\n font-weight: 700;\r\n color: var(--success-color);\r\n}\r\n\r\n.styles-module__textContent___S1KEv.styles-module__alert___Gum-6 {\r\n font-weight: 700;\r\n color: var(--alert-color);\r\n}\r\n\r\n.styles-module__textContent___S1KEv.styles-module__warning___CVMAV {\r\n font-weight: 700;\r\n color: var(--warning-color);\r\n}\r\n.styles-module__textContent___S1KEv.styles-module__informative___0nyLv {\r\n color: var(--information-color);\r\n font-weight: 700;\r\n}\r\n\r\n@media screen and (max-width: 480px) {\r\n .styles-module__textContent___S1KEv {\r\n font-size: var(--font-size-12);\r\n }\r\n}\r\n\r\n.styles-module__closeButton___ELkqN {\r\n background: none;\r\n border: none;\r\n cursor: pointer;\r\n font-size: var(--font-size-20, 20px);\r\n color: var(--foreground);\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n}\r\n\r\n@media screen and (max-width: 480px) {\r\n .styles-module__closeButton___ELkqN {\r\n display: none;\r\n }\r\n}\r\n\r\n.styles-module__closeButton___ELkqN:hover {\r\n color: var(--foreground);\r\n}\r\n\r\n.styles-module__iconClose___OPoN8 {\r\n color: var(--foreground);\r\n}\r\n";
|
|
568
622
|
var styles$E = {"toast":"styles-module__toast___JCV9s","fullWidth":"styles-module__fullWidth___LJFXr","fitContent":"styles-module__fitContent___9F6bX","success":"styles-module__success___-BEJb","title":"styles-module__title___TK6Kt","alert":"styles-module__alert___Gum-6","warning":"styles-module__warning___CVMAV","informative":"styles-module__informative___0nyLv","content":"styles-module__content___AING8","info":"styles-module__info___g8ce2","iconSize":"styles-module__iconSize___os5JS","icon":"styles-module__icon___uiYA-","text":"styles-module__text___UCxPH","textContent":"styles-module__textContent___S1KEv","closeButton":"styles-module__closeButton___ELkqN","iconClose":"styles-module__iconClose___OPoN8"};
|
|
569
623
|
styleInject(css_248z$I);
|
|
@@ -27905,5 +27959,5 @@ function installPrimeReactStyles() {
|
|
|
27905
27959
|
require("primereact/resources/primereact.css");
|
|
27906
27960
|
}
|
|
27907
27961
|
|
|
27908
|
-
export { Accordion, AccordionItem, BasicSelect, Blanket, BoxError, BoxSuccess, Button$1 as Button, Checkbox$1 as Checkbox, Chip, CommonDotIcon, DateInput, Dropdown, Fieldset, FileUpload, FloatingMenu, FooterPge as Footer, Header, HeaderPge, IconAdd, IconAddCell, IconAlertInfo, IconAnalyze, IconArrowExpland, IconArrowLeft, IconArrowRecall, IconArrowRight, IconCLose, IconCalculate, IconCalendar, IconCertidaoRegularidade, IconCheck, IconCheckCircle, IconCircleExpland, IconCircleRecall, IconConfig, IconCopy, IconDebitoFiscal, IconDelete$1 as IconDelete, IconDotsVertical, IconDownload, IconEdit, IconEmissaoDarj, IconEventAvaliable, IconExclude, IconHourglass, IconInfoRound, IconInvisibility, IconLeftDirection, IconLogout, IconMail, IconNewTab, IconParcelamento, IconPayment, IconPdf, IconPrint, IconProfile, IconQuestionMark, IconRemove, IconRequerimentoAdm, IconRightDirection, IconRoundAddCell, IconSearch, IconSwap, IconTriangleExpand, IconTriangleRecall, IconTwoUsers, IconTwoUsersSearch, IconUpAndDownArror, IconUpArrow, IconUpload, IconUploadFile, IconUploadFile2, IconUploadV2, IconUsers, IconView, IconVisibility, IconWarning, InformativeBox, InputBase, LoadingSpinner, Menu, MenuAction, MenuList, Modal, ModalBody, ModalFooter, ModalHeader, ModalUI, Option, OverlayLoadingSpinner, PaginationTable, Pagination as PaginationV2, PasswordInput, PgeButton, ProgressCircle, RadioButton, RadioGroupBase, SelectDefault, SelectMult, SkeletonLoader, Switch, Table, TableBody, TableCell, TableComponent, TableFooter, TableHeader, TableRow, TextareaBase, Title$1 as Title, Tooltip$1 as Tooltip, TooltipWithPortal, TreeSelect, installPrimeReactStyles };
|
|
27962
|
+
export { Accordion, AccordionItem, BasicSelect, Blanket, BoxError, BoxSuccess, Button$1 as Button, Checkbox$1 as Checkbox, Chip, CommonDotIcon, DateInput, Dropdown, Fieldset, FileUpload, FloatingMenu, FooterPge as Footer, Header, HeaderPge, IconAdd, IconAddCell, IconAlertInfo, IconAnalyze, IconAnalyzeDocument, IconArrowExpland, IconArrowLeft, IconArrowRecall, IconArrowRight, IconBloco, IconCLose, IconCalculate, IconCalendar, IconCertidaoRegularidade, IconCheck, IconCheckCircle, IconCircleExpland, IconCircleRecall, IconConfig, IconCopy, IconDebitoFiscal, IconDelete$1 as IconDelete, IconDocumento, IconDotsVertical, IconDownload, IconEdit, IconEmissaoDarj, IconEventAvaliable, IconExclude, IconFluxo, IconHourglass, IconInfoRound, IconInvisibility, IconLeftDirection, IconLista, IconLogout, IconMail, IconMedalha, IconNewTab, IconParcelamento, IconPayment, IconPdf, IconPrint, IconProfile, IconQuestionMark, IconRemove, IconReport, IconRequerimentoAdm, IconRightDirection, IconRoundAddCell, IconSearch, IconStatement, IconSwap, IconTriangleExpand, IconTriangleRecall, IconTwoUsers, IconTwoUsersSearch, IconUpAndDownArror, IconUpArrow, IconUpload, IconUploadFile, IconUploadFile2, IconUploadV2, IconUsers, IconValue, IconView, IconVisibility, IconWarning, InformativeBox, InputBase, LoadingSpinner, Menu, MenuAction, MenuList, Modal, ModalBody, ModalFooter, ModalHeader, ModalUI, Option, OverlayLoadingSpinner, PaginationTable, Pagination as PaginationV2, PasswordInput, PgeButton, ProgressCircle, RadioButton, RadioGroupBase, SelectDefault, SelectMult, SkeletonLoader, Switch, Table, TableBody, TableCell, TableComponent, TableFooter, TableHeader, TableRow, TextareaBase, Title$1 as Title, Tooltip$1 as Tooltip, TooltipWithPortal, TreeSelect, installPrimeReactStyles };
|
|
27909
27963
|
//# sourceMappingURL=index.esm.js.map
|