pge-front-common 14.2.32 → 14.2.33

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.js CHANGED
@@ -647,6 +647,24 @@ 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
+
650
668
  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
669
  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
670
  styleInject(css_248z$J);
@@ -28448,6 +28466,7 @@ exports.Header = Header;
28448
28466
  exports.HeaderPge = HeaderPge;
28449
28467
  exports.IconAdd = IconAdd;
28450
28468
  exports.IconAddCell = IconAddCell;
28469
+ exports.IconAlarmClock = IconAlarmClock;
28451
28470
  exports.IconAlertInfo = IconAlertInfo;
28452
28471
  exports.IconAnalyze = IconAnalyze;
28453
28472
  exports.IconAnalyzeDocument = IconAnalyzeDocument;
@@ -28482,6 +28501,7 @@ exports.IconInvisibility = IconInvisibility;
28482
28501
  exports.IconLeftDirection = IconLeftDirection;
28483
28502
  exports.IconLista = IconLista;
28484
28503
  exports.IconLoadingProgress = IconLoadingProgress;
28504
+ exports.IconLock = IconLock;
28485
28505
  exports.IconLogout = IconLogout;
28486
28506
  exports.IconMail = IconMail;
28487
28507
  exports.IconMedalha = IconMedalha;
@@ -28489,6 +28509,7 @@ exports.IconNewTab = IconNewTab;
28489
28509
  exports.IconParcelamento = IconParcelamento;
28490
28510
  exports.IconPayment = IconPayment;
28491
28511
  exports.IconPdf = IconPdf;
28512
+ exports.IconPlus = IconPlus;
28492
28513
  exports.IconPrint = IconPrint;
28493
28514
  exports.IconProfile = IconProfile;
28494
28515
  exports.IconQuestionMark = IconQuestionMark;