pge-front-common 14.2.32 → 14.2.34
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/index.d.ts +9 -1
- package/lib/index.esm.js +25 -1
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +28 -0
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -647,6 +647,30 @@ var IconBloco = function (_a) {
|
|
|
647
647
|
React.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" })));
|
|
648
648
|
};
|
|
649
649
|
|
|
650
|
+
var IconLock = function (_a) {
|
|
651
|
+
var className = _a.className, props = __rest(_a, ["className"]);
|
|
652
|
+
return (React.createElement("svg", __assign({ viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className }, props),
|
|
653
|
+
React.createElement("path", { d: "M12.0013 5.33073H11.3346V3.9974C11.3346 2.1574 9.8413 0.664062 8.0013 0.664062C6.1613 0.664062 4.66797 2.1574 4.66797 3.9974H6.0013C6.0013 2.89073 6.89464 1.9974 8.0013 1.9974C9.10797 1.9974 10.0013 2.89073 10.0013 3.9974V5.33073H4.0013C3.26797 5.33073 2.66797 5.93073 2.66797 6.66406V13.3307C2.66797 14.0641 3.26797 14.6641 4.0013 14.6641H12.0013C12.7346 14.6641 13.3346 14.0641 13.3346 13.3307V6.66406C13.3346 5.93073 12.7346 5.33073 12.0013 5.33073ZM12.0013 13.3307H4.0013V6.66406H12.0013V13.3307ZM8.0013 11.3307C8.73464 11.3307 9.33464 10.7307 9.33464 9.9974C9.33464 9.26406 8.73464 8.66406 8.0013 8.66406C7.26797 8.66406 6.66797 9.26406 6.66797 9.9974C6.66797 10.7307 7.26797 11.3307 8.0013 11.3307Z", fill: "currentColor" })));
|
|
654
|
+
};
|
|
655
|
+
|
|
656
|
+
var IconAlarmClock = function (_a) {
|
|
657
|
+
var className = _a.className, props = __rest(_a, ["className"]);
|
|
658
|
+
return (React.createElement("svg", __assign({ viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className }, props),
|
|
659
|
+
React.createElement("path", { d: "M10 0.664062H6V1.9974H10V0.664062ZM7.33333 9.33073H8.66667V5.33073H7.33333V9.33073ZM12.6867 4.92406L13.6333 3.9774C13.3467 3.6374 13.0333 3.3174 12.6933 3.0374L11.7467 3.98406C10.7133 3.1574 9.41333 2.66406 8 2.66406C4.68667 2.66406 2 5.35073 2 8.66406C2 11.9774 4.68 14.6641 8 14.6641C11.32 14.6641 14 11.9774 14 8.66406C14 7.25073 13.5067 5.95073 12.6867 4.92406ZM8 13.3307C5.42 13.3307 3.33333 11.2441 3.33333 8.66406C3.33333 6.08406 5.42 3.9974 8 3.9974C10.58 3.9974 12.6667 6.08406 12.6667 8.66406C12.6667 11.2441 10.58 13.3307 8 13.3307Z", fill: "currentColor" })));
|
|
660
|
+
};
|
|
661
|
+
|
|
662
|
+
var IconPlus = function (_a) {
|
|
663
|
+
var className = _a.className, props = __rest(_a, ["className"]);
|
|
664
|
+
return (React.createElement("svg", __assign({ viewBox: "0 0 10 10", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className }, props),
|
|
665
|
+
React.createElement("path", { d: "M4 9.33333V5.33333H0V4H4V0H5.33333V4H9.33333V5.33333H5.33333V9.33333H4Z", fill: "currentColor" })));
|
|
666
|
+
};
|
|
667
|
+
|
|
668
|
+
var IconExclamation = function (_a) {
|
|
669
|
+
var className = _a.className, props = __rest(_a, ["className"]);
|
|
670
|
+
return (React.createElement("svg", __assign({ viewBox: "0 0 2 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className }, props),
|
|
671
|
+
React.createElement("path", { d: "M0 9V0H2V9H0ZM0 14V12H2V14H0Z", fill: "currentColor" })));
|
|
672
|
+
};
|
|
673
|
+
|
|
650
674
|
var css_248z$J = ".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";
|
|
651
675
|
var styles$F = {"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"};
|
|
652
676
|
styleInject(css_248z$J);
|
|
@@ -28448,6 +28472,7 @@ exports.Header = Header;
|
|
|
28448
28472
|
exports.HeaderPge = HeaderPge;
|
|
28449
28473
|
exports.IconAdd = IconAdd;
|
|
28450
28474
|
exports.IconAddCell = IconAddCell;
|
|
28475
|
+
exports.IconAlarmClock = IconAlarmClock;
|
|
28451
28476
|
exports.IconAlertInfo = IconAlertInfo;
|
|
28452
28477
|
exports.IconAnalyze = IconAnalyze;
|
|
28453
28478
|
exports.IconAnalyzeDocument = IconAnalyzeDocument;
|
|
@@ -28474,6 +28499,7 @@ exports.IconDownload = IconDownload;
|
|
|
28474
28499
|
exports.IconEdit = IconEdit;
|
|
28475
28500
|
exports.IconEmissaoDarj = IconEmissaoDarj;
|
|
28476
28501
|
exports.IconEventAvaliable = IconEventAvaliable;
|
|
28502
|
+
exports.IconExclamation = IconExclamation;
|
|
28477
28503
|
exports.IconExclude = IconExclude;
|
|
28478
28504
|
exports.IconFluxo = IconFluxo;
|
|
28479
28505
|
exports.IconHourglass = IconHourglass;
|
|
@@ -28482,6 +28508,7 @@ exports.IconInvisibility = IconInvisibility;
|
|
|
28482
28508
|
exports.IconLeftDirection = IconLeftDirection;
|
|
28483
28509
|
exports.IconLista = IconLista;
|
|
28484
28510
|
exports.IconLoadingProgress = IconLoadingProgress;
|
|
28511
|
+
exports.IconLock = IconLock;
|
|
28485
28512
|
exports.IconLogout = IconLogout;
|
|
28486
28513
|
exports.IconMail = IconMail;
|
|
28487
28514
|
exports.IconMedalha = IconMedalha;
|
|
@@ -28489,6 +28516,7 @@ exports.IconNewTab = IconNewTab;
|
|
|
28489
28516
|
exports.IconParcelamento = IconParcelamento;
|
|
28490
28517
|
exports.IconPayment = IconPayment;
|
|
28491
28518
|
exports.IconPdf = IconPdf;
|
|
28519
|
+
exports.IconPlus = IconPlus;
|
|
28492
28520
|
exports.IconPrint = IconPrint;
|
|
28493
28521
|
exports.IconProfile = IconProfile;
|
|
28494
28522
|
exports.IconQuestionMark = IconQuestionMark;
|