react-ecosistema-unp 1.9.6 → 1.9.7

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.
@@ -1 +1 @@
1
- @import"https://fonts.googleapis.com/css2?family=Domine:wght@400;500;600;700&family=Noto+Sans:wght@300;600&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500&display=swap";:root{--color-default: #303d50;--color-white: #fff;--color-body: #ffffff;--color-light: #e0e0e0;--Color-complementario: #2e4b6b}*{padding:0%;margin:0%;box-sizing:border-box;font-family:roboto,sans-serif}body{min-height:calc(100vh - .5rem)}.sidebar-bar-panel{min-height:100vh;width:78px;padding:6px 14px;background-color:var(--color-default);transition:all .5s ease;position:fixed;top:0;left:0;z-index:10}.sidebar-bar-panel.open{width:280px;z-index:10}.sidebar-bar-panel .logo_details{height:60px;display:flex;align-items:center;position:relative}.logo-image{height:30px;max-width:30px;min-width:0px;object-fit:contain;margin-right:10px;margin-left:4px}.sidebar-bar-panel .logo_details .icon{opacity:0;transition:all .5s ease}.sidebar-bar-panel .logo_details .logo-name{color:var(--color-white);font-size:18px;font-weight:600;padding-left:0;max-width:180px;min-width:0px;opacity:0;transition:all .5s ease;z-index:0}.sidebar-bar-panel.open .logo_details .icon,.sidebar-bar-panel.open .logo_details .logo-name{opacity:1}.sidebar-bar-panel .logo_details #btn{position:absolute;top:50%;right:0;transform:translateY(-50%);font-size:23px;text-align:center;cursor:pointer;transition:all .5s ease}.sidebar-bar-panel.open .logo_details #btn{text-align:right;left:84.5%}.sidebar-bar-panel .i{color:var(--color-white);height:30px;line-height:60px;min-width:50px;font-size:25px;text-align:center;font-weight:400}.sidebar-bar-panel .i2{color:var(--color-white);height:20px;line-height:60px;min-width:50px;font-size:25px;text-align:center;font-weight:300}.sidebar-bar-panel .nav-list-panel{margin-top:20px;height:100%;padding:0}.sidebar-bar-panel li{position:relative;margin:20px 0;list-style:none}.sidebar-bar-panel li .tooltip{position:absolute;top:-20px;left:calc(100% + 15px);z-index:9000!important;background-color:var(--color-white);box-shadow:0 5px 10px #0000004d;padding:6px 14px;font-size:15px;font-weight:500;border-radius:5px;white-space:nowrap;opacity:0;pointer-events:none}.sidebar-bar-panel li:hover .tooltip{opacity:1;pointer-events:auto;transition:all .4s ease;top:50%;transform:translateY(-50%)}.sidebar-bar-panel.open li .tooltip{display:none}.sidebar-bar-panel li a{display:flex;height:100%;width:100%;align-items:center;text-decoration:none;background-color:var(--color-default);position:relative;transition:all .5s ease;z-index:12}.sidebar-bar-panel li a:after{content:"";position:absolute;width:100%;height:35px;transform:scaleX(0);background-color:var(--color-white);border-radius:5px;transition:transform .3s ease-in-out;transform-origin:left;z-index:-2}.sidebar-bar-panel li a:hover:after{transform:scaleX(1);color:var(--color-default);height:35px}.sidebar-bar-panel li a .link_name{color:var(--color-white);font-size:15px;font-weight:500;white-space:nowrap;pointer-events:auto;transition:all .4s ease;pointer-events:none;opacity:0}.sidebar-bar-panel li a:hover .link_name,.sidebar-bar-panel li a:hover .i{transition:all .5s ease;color:var(--color-default)}.sidebar-bar-panel li a:hover .bx{color:var(--color-default)}.sidebar-bar-panel.open li a .link_name{opacity:1;pointer-events:auto}.sidebar-bar-panel .profile-content{position:absolute;color:var(--color-white);bottom:0;left:0;width:100%}.sidebar-bar-panel .profile-content .profile{position:relative;padding:18px;height:75px;background:none;transition:all .5s ease}.sidebar-bar-panel .profile-content .profile a{text-decoration:none;color:var(--color-white)}.sidebar-bar-panel.open .profile-content .profile{background-color:var(--Color-complementario)}.profile-content .profile .profile-detail{display:flex;align-items:center;opacity:0;pointer-events:auto;white-space:nowrap}.sidebar-bar-panel.open .profile .profile-detail{opacity:1;pointer-events:auto}.sidebar-bar-panel.open .profile .icon{left:90%;background:none}.sidebar-bar-panel .profile .icon:hover{cursor:pointer}.profile .profile-detail .name-job{margin-left:10px}.profile .profile-detail .name{font-size:15px;font-weight:600}.profile .profile-detail .job{font-size:12px;font-weight:400}.profile .icon{position:absolute;left:50%;bottom:23%;transform:translate(-50%);min-width:40px;line-height:60px;height:38px;text-align:center;transition:all .5s ease;background:var(--Color-complementario);padding:7px;border-radius:7px}.main-section{margin-top:0;margin-left:78px;margin-right:0;transition:margin-left .5s ease;z-index:1}.menu-open .main-section{margin-left:280px;z-index:1}.bg-custom{background-color:#303d50;border:#ffffff}.bg-custom:hover{background-color:#2e465f}.custom-collapse{animation:slideFromRight .5s ease forwards}.custom-collapse-reverse{animation:slideToRight .5s ease forwards}@keyframes slideFromRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideToRight{0%{transform:translate(0)}to{transform:translate(100%)}}.checkmark__circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke-miterlimit:10;stroke:#7ac142;fill:none;animation:stroke-check .6s cubic-bezier(.65,0,.45,1) forwards}.checkmark{width:20px;height:20px;border-radius:50%;display:block;stroke-width:3;stroke:#fff;stroke-miterlimit:10;margin:10% auto;box-shadow:inset 0 0 #7ac142;animation:fill-check .4s ease-in-out .4s forwards,scale-check .3s ease-in-out .9s both}.checkmark__check{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;animation:stroke-check .3s cubic-bezier(.65,0,.45,1) .8s forwards}@keyframes stroke-check{to{stroke-dashoffset:0}}@keyframes scale-check{0%,to{transform:none}50%{transform:scale3d(1.1,1.1,1)}}@keyframes fill-check{to{box-shadow:inset 0 0 0 30px #98e2609a}}.x-checkmark{width:20px;height:20px;border-radius:50%;display:block;stroke-width:3;stroke:#fff;stroke-miterlimit:10;margin:10% auto;box-shadow:inset 0 0 #c14242;animation:fill-x .4s ease-in-out .4s forwards,scale-x .3s ease-in-out .9s both}.x-checkmark_circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke-miterlimit:10;stroke:#c14242;fill:none;animation:stroke-x .6s cubic-bezier(.65,0,.45,1) forwards}.x-checkmark_check{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;animation:stroke-x .3s cubic-bezier(.65,0,.45,1) .8s forwards}@keyframes stroke-x{to{stroke-dashoffset:0}}@keyframes scale-x{0%,to{transform:none}50%{transform:scale3d(1.1,1.1,1)}}@keyframes fill-x{to{box-shadow:inset 0 0 0 30px #e260609a}}.ripplemark{width:20px;height:20px;display:block;margin:10% auto;background-color:#60c4e29a;border-radius:50%;overflow:visible}.ripplemark__wave{fill:none;stroke:#fff;stroke-width:5;opacity:.8;transform-origin:center;animation:ripple-wave 1.5s ease-out infinite}@keyframes ripple-wave{0%{r:0;opacity:.8}70%{r:20;opacity:.2}to{r:25;opacity:0}}.gear{width:20px;height:20px;display:block;margin:auto;animation:rotate-gear 60s linear infinite}.gear__path{stroke:#ffffff57;stroke-width:2;fill:none}@keyframes rotate-gear{to{transform:rotate(360deg)}}.gear-tooltip-container{position:relative}.gear-tooltip-text{visibility:hidden;width:max-content;background-color:#d3635fe7;color:#000;text-align:center;border-radius:7px;background-color:var(--color-white);box-shadow:0 5px 10px #0000004d;padding:6px 10px;position:absolute;top:-30%;left:80%;opacity:0;transition:opacity .1s;pointer-events:none;transition:all .1s ease-in-out;font-size:.85rem;font-weight:500;z-index:9999}.gear-tooltip-container:hover .gear-tooltip-text{visibility:visible;opacity:.9}
1
+ @import"https://fonts.googleapis.com/css2?family=Domine:wght@400;500;600;700&family=Noto+Sans:wght@300;600&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500&display=swap";:root{--color-default: #303d50;--color-white: #fff;--color-body: #ffffff;--color-light: #e0e0e0;--Color-complementario: #2e4b6b}*{padding:0%;margin:0%;box-sizing:border-box;font-family:roboto,sans-serif}body{min-height:calc(100vh - .5rem)}.sidebar-bar-panel{min-height:100vh;width:78px;padding:6px 14px;background-color:var(--color-default);transition:all .5s ease;position:fixed;top:0;left:0;z-index:10}.sidebar-bar-panel.open{width:280px;z-index:10}.sidebar-bar-panel .logo_details{height:60px;display:flex;align-items:center;position:relative}.logo-image{height:30px;max-width:30px;min-width:0px;object-fit:contain;margin-right:10px;margin-left:4px}.sidebar-bar-panel .logo_details .icon{opacity:0;transition:all .5s ease}.sidebar-bar-panel .logo_details .logo-name{color:var(--color-white);font-size:18px;font-weight:600;padding-left:0;max-width:180px;min-width:0px;opacity:0;transition:all .5s ease;z-index:0}.sidebar-bar-panel.open .logo_details .icon,.sidebar-bar-panel.open .logo_details .logo-name{opacity:1}.sidebar-bar-panel .logo_details #btn{position:absolute;top:50%;right:0;transform:translateY(-50%);font-size:23px;text-align:center;cursor:pointer;transition:all .5s ease}.sidebar-bar-panel.open .logo_details #btn{text-align:right;left:84.5%}.sidebar-bar-panel .i{color:var(--color-white);height:30px;line-height:60px;min-width:50px;font-size:25px;text-align:center;font-weight:400}.sidebar-bar-panel .i2{color:var(--color-white);height:20px;line-height:60px;min-width:50px;font-size:25px;text-align:center;font-weight:300}.sidebar-bar-panel .i1{color:var(--color-white);height:18px;line-height:60px;min-width:50px;font-size:25px;text-align:center;font-weight:500}.sidebar-bar-panel .nav-list-panel{margin-top:20px;height:100%;padding:0}.sidebar-bar-panel li{position:relative;margin:20px 0;list-style:none}.sidebar-bar-panel li .tooltip{position:absolute;top:-20px;left:calc(100% + 15px);z-index:9000!important;background-color:var(--color-white);box-shadow:0 5px 10px #0000004d;padding:6px 14px;font-size:15px;font-weight:500;border-radius:5px;white-space:nowrap;opacity:0;pointer-events:none}.sidebar-bar-panel li:hover .tooltip{opacity:1;pointer-events:auto;transition:all .4s ease;top:50%;transform:translateY(-50%)}.sidebar-bar-panel.open li .tooltip{display:none}.sidebar-bar-panel li a{display:flex;height:100%;width:100%;align-items:center;text-decoration:none;background-color:var(--color-default);position:relative;transition:all .5s ease;z-index:12}.sidebar-bar-panel li a:after{content:"";position:absolute;width:100%;height:35px;transform:scaleX(0);background-color:var(--color-white);border-radius:5px;transition:transform .3s ease-in-out;transform-origin:left;z-index:-2}.sidebar-bar-panel li a:hover:after{transform:scaleX(1);color:var(--color-default);height:35px}.sidebar-bar-panel li a .link_name{color:var(--color-white);font-size:15px;font-weight:500;white-space:nowrap;pointer-events:auto;transition:all .4s ease;pointer-events:none;opacity:0}.sidebar-bar-panel li a:hover .link_name,.sidebar-bar-panel li a:hover .i{transition:all .5s ease;color:var(--color-default)}.sidebar-bar-panel li a:hover .bx{color:var(--color-default)}.sidebar-bar-panel.open li a .link_name{opacity:1;pointer-events:auto}.sidebar-bar-panel .profile-content{position:absolute;color:var(--color-white);bottom:0;left:0;width:100%}.sidebar-bar-panel .profile-content .profile{position:relative;padding:18px;height:75px;background:none;transition:all .5s ease}.sidebar-bar-panel .profile-content .profile a{text-decoration:none;color:var(--color-white)}.sidebar-bar-panel.open .profile-content .profile{background-color:var(--Color-complementario)}.profile-content .profile .profile-detail{display:flex;align-items:center;opacity:0;pointer-events:auto;white-space:nowrap}.sidebar-bar-panel.open .profile .profile-detail{opacity:1;pointer-events:auto}.sidebar-bar-panel.open .profile .icon{left:90%;background:none}.sidebar-bar-panel .profile .icon:hover{cursor:pointer}.profile .profile-detail .name-job{margin-left:10px}.profile .profile-detail .name{font-size:15px;font-weight:600}.profile .profile-detail .job{font-size:12px;font-weight:400}.profile .icon{position:absolute;left:50%;bottom:23%;transform:translate(-50%);min-width:40px;line-height:60px;height:38px;text-align:center;transition:all .5s ease;background:var(--Color-complementario);padding:7px;border-radius:7px}.main-section{margin-top:0;margin-left:78px;margin-right:0;transition:margin-left .5s ease;z-index:1}.menu-open .main-section{margin-left:280px;z-index:1}.bg-custom{background-color:#303d50;border:#ffffff}.bg-custom:hover{background-color:#2e465f}.custom-collapse{animation:slideFromRight .5s ease forwards}.custom-collapse-reverse{animation:slideToRight .5s ease forwards}@keyframes slideFromRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideToRight{0%{transform:translate(0)}to{transform:translate(100%)}}.checkmark__circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke-miterlimit:10;stroke:#7ac142;fill:none;animation:stroke-check .6s cubic-bezier(.65,0,.45,1) forwards}.checkmark{width:20px;height:20px;border-radius:50%;display:block;stroke-width:3;stroke:#fff;stroke-miterlimit:10;margin:10% auto;box-shadow:inset 0 0 #7ac142;animation:fill-check .4s ease-in-out .4s forwards,scale-check .3s ease-in-out .9s both}.checkmark__check{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;animation:stroke-check .3s cubic-bezier(.65,0,.45,1) .8s forwards}@keyframes stroke-check{to{stroke-dashoffset:0}}@keyframes scale-check{0%,to{transform:none}50%{transform:scale3d(1.1,1.1,1)}}@keyframes fill-check{to{box-shadow:inset 0 0 0 30px #98e2609a}}.x-checkmark{width:20px;height:20px;border-radius:50%;display:block;stroke-width:3;stroke:#fff;stroke-miterlimit:10;margin:10% auto;box-shadow:inset 0 0 #c14242;animation:fill-x .4s ease-in-out .4s forwards,scale-x .3s ease-in-out .9s both}.x-checkmark_circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke-miterlimit:10;stroke:#c14242;fill:none;animation:stroke-x .6s cubic-bezier(.65,0,.45,1) forwards}.x-checkmark_check{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;animation:stroke-x .3s cubic-bezier(.65,0,.45,1) .8s forwards}@keyframes stroke-x{to{stroke-dashoffset:0}}@keyframes scale-x{0%,to{transform:none}50%{transform:scale3d(1.1,1.1,1)}}@keyframes fill-x{to{box-shadow:inset 0 0 0 30px #e260609a}}.ripplemark{width:20px;height:20px;display:block;margin:10% auto;background-color:#60c4e29a;border-radius:50%;overflow:visible}.ripplemark__wave{fill:none;stroke:#fff;stroke-width:5;opacity:.8;transform-origin:center;animation:ripple-wave 1.5s ease-out infinite}@keyframes ripple-wave{0%{r:0;opacity:.8}70%{r:20;opacity:.2}to{r:25;opacity:0}}.gear{width:20px;height:20px;display:block;margin:auto;animation:rotate-gear 60s linear infinite}.gear__path{stroke:#ffffff57;stroke-width:2;fill:none}@keyframes rotate-gear{to{transform:rotate(360deg)}}.gear-tooltip-container{position:relative}.gear-tooltip-text{visibility:hidden;width:max-content;background-color:#d3635fe7;color:#000;text-align:center;border-radius:7px;background-color:var(--color-white);box-shadow:0 5px 10px #0000004d;padding:6px 10px;position:absolute;top:-30%;left:80%;opacity:0;transition:opacity .1s;pointer-events:none;transition:all .1s ease-in-out;font-size:.85rem;font-weight:500;z-index:9999}.gear-tooltip-container:hover .gear-tooltip-text{visibility:visible;opacity:.9}
@@ -3,6 +3,7 @@ export declare const urlMedidasEmergencia = "/sistema/medidas-emergencia";
3
3
  export declare const urlActaReunion = "/sistema/acta-reunion";
4
4
  export declare const urlSolicitudViatico = "/sistema/solicitud-viaticos";
5
5
  export declare const urlCertificadoLaboral = "/sg/gc/certificado";
6
+ export declare const urlPandaPDF = "/panda-pdf";
6
7
  export declare const urlHome = "/sitema/inicio";
7
8
  export declare const urlAuthLocal = "http://localhost:8000/";
8
9
  export declare const urlAuthDev = "https://ecosistemadesarrollo.unp.gov.co/";
@@ -1,8 +1,8 @@
1
1
  import { jsx as a, Fragment as g, jsxs as e } from "react/jsx-runtime";
2
2
  import { useState as o, useEffect as d } from "react";
3
- import { useNavigate as _ } from "react-router-dom";
3
+ import { useNavigate as C } from "react-router-dom";
4
4
  import { useFinalizarSesion as H } from "../../auth/hooks/useFinalizarSesion.js";
5
- import { urlBase as C, urlCertificadoLaboral as L } from "../../utils/Url.js";
5
+ import { urlBase as u, urlPandaPDF as L, urlCertificadoLaboral as S } from "../../utils/Url.js";
6
6
  import "../../auth/contexts/AuthContex.js";
7
7
  import '../../assets/EcoModalStyles.css';import '../../assets/Modal.css';import '../../assets/ContenedorVentana.css';import '../../assets/IconoTooltip.css';import '../../assets/ItemsModal.css';import '../../assets/Paginador.css';import '../../assets/ContenidoModal.css';import '../../assets/Encabezado.css';import '../../assets/SeccionTarjetaLectura.css';import '../../assets/Logo.css';import '../../assets/TarjetaLectura.css';import '../../assets/ContenedorTarjeta.css';import '../../assets/Bootstrap.css';import '../../assets/Tarjeta.css';import '../../assets/UnpHistorico.css';import '../../assets/MenuLateral.css';/* empty css */
8
8
  /* empty css */
@@ -10,7 +10,7 @@ import '../../assets/EcoModalStyles.css';import '../../assets/Modal.css';import
10
10
  import "../../cards/tarjeta/seccion-tarjeta/SeccionTarjeta.js";
11
11
  /* empty css */
12
12
  /* empty css */
13
- import { l as S } from "../../logo_escudo_blanco-DaOI8SGq.js";
13
+ import { l as A } from "../../logo_escudo_blanco-DaOI8SGq.js";
14
14
  /* empty css */
15
15
  /* empty css */
16
16
  /* empty css */
@@ -25,57 +25,54 @@ import "../../ui/subtitulo/Subtitulo.js";
25
25
  import "../../index-BrykDZgK.js";
26
26
  /* empty css */
27
27
  import "../../Animacion-ThNL9iiY.js";
28
- import { L as V } from "../../index-Cs6Q8pv4.js";
29
- import { useWebSocketConnection as A } from "../../utils/websocket-manager/WebSocketContext.js";
28
+ import { L as y } from "../../index-Cs6Q8pv4.js";
29
+ import { useWebSocketConnection as P } from "../../utils/websocket-manager/WebSocketContext.js";
30
30
  import { G as i } from "../../iconBase-LROS5hdG.js";
31
- function y(t) {
31
+ function V(t) {
32
32
  return i({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M2 12h2a7.986 7.986 0 0 1 2.337-5.663 7.91 7.91 0 0 1 2.542-1.71 8.12 8.12 0 0 1 6.13-.041A2.488 2.488 0 0 0 17.5 7C18.886 7 20 5.886 20 4.5S18.886 2 17.5 2c-.689 0-1.312.276-1.763.725-2.431-.973-5.223-.958-7.635.059a9.928 9.928 0 0 0-3.18 2.139 9.92 9.92 0 0 0-2.14 3.179A10.005 10.005 0 0 0 2 12zm17.373 3.122c-.401.952-.977 1.808-1.71 2.541s-1.589 1.309-2.542 1.71a8.12 8.12 0 0 1-6.13.041A2.488 2.488 0 0 0 6.5 17C5.114 17 4 18.114 4 19.5S5.114 22 6.5 22c.689 0 1.312-.276 1.763-.725A9.965 9.965 0 0 0 12 22a9.983 9.983 0 0 0 9.217-6.102A9.992 9.992 0 0 0 22 12h-2a7.993 7.993 0 0 1-.627 3.122z" }, child: [] }, { tag: "path", attr: { d: "M12 7.462c-2.502 0-4.538 2.036-4.538 4.538S9.498 16.538 12 16.538s4.538-2.036 4.538-4.538S14.502 7.462 12 7.462zm0 7.076c-1.399 0-2.538-1.139-2.538-2.538S10.601 9.462 12 9.462s2.538 1.139 2.538 2.538-1.139 2.538-2.538 2.538z" }, child: [] }] })(t);
33
33
  }
34
34
  function E(t) {
35
- return i({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M19 2H6c-1.206 0-3 .799-3 3v14c0 2.201 1.794 3 3 3h15v-2H6.012C5.55 19.988 5 19.806 5 19s.55-.988 1.012-1H21V4c0-1.103-.897-2-2-2zm0 14H5V5c0-.806.55-.988 1-1h13v12z" }, child: [] }] })(t);
36
- }
37
- function T(t) {
38
35
  return i({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M20 4H4c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2zm0 2v.511l-8 6.223-8-6.222V6h16zM4 18V9.044l7.386 5.745a.994.994 0 0 0 1.228 0L20 9.044 20.002 18H4z" }, child: [] }] })(t);
39
36
  }
40
- function I(t) {
37
+ function T(t) {
41
38
  return i({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M11.953 2C6.465 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.493 2 11.953 2zM12 20c-4.411 0-8-3.589-8-8s3.567-8 7.953-8C16.391 4 20 7.589 20 12s-3.589 8-8 8z" }, child: [] }, { tag: "path", attr: { d: "M11 7h2v7h-2zm0 8h2v2h-2z" }, child: [] }] })(t);
42
39
  }
43
- function P(t) {
40
+ function F(t) {
44
41
  return i({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M19.903 8.586a.997.997 0 0 0-.196-.293l-6-6a.997.997 0 0 0-.293-.196c-.03-.014-.062-.022-.094-.033a.991.991 0 0 0-.259-.051C13.04 2.011 13.021 2 13 2H6c-1.103 0-2 .897-2 2v16c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2V9c0-.021-.011-.04-.013-.062a.952.952 0 0 0-.051-.259c-.01-.032-.019-.063-.033-.093zM16.586 8H14V5.414L16.586 8zM6 20V4h6v5a1 1 0 0 0 1 1h5l.002 10H6z" }, child: [] }, { tag: "path", attr: { d: "M8 12h8v2H8zm0 4h8v2H8zm0-8h2v2H8z" }, child: [] }] })(t);
45
42
  }
46
- function j(t) {
43
+ function I(t) {
47
44
  return i({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M3 13h1v7c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-7h1a1 1 0 0 0 .707-1.707l-9-9a.999.999 0 0 0-1.414 0l-9 9A1 1 0 0 0 3 13zm7 7v-5h4v5h-4zm2-15.586 6 6V15l.001 5H16v-5c0-1.103-.897-2-2-2h-4c-1.103 0-2 .897-2 2v5H6v-9.586l6-6z" }, child: [] }] })(t);
48
45
  }
49
- function U(t) {
46
+ function $(t) {
50
47
  return i({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M4.222 19.778a4.983 4.983 0 0 0 3.535 1.462 4.986 4.986 0 0 0 3.536-1.462l2.828-2.829-1.414-1.414-2.828 2.829a3.007 3.007 0 0 1-4.243 0 3.005 3.005 0 0 1 0-4.243l2.829-2.828-1.414-1.414-2.829 2.828a5.006 5.006 0 0 0 0 7.071zm15.556-8.485a5.008 5.008 0 0 0 0-7.071 5.006 5.006 0 0 0-7.071 0L9.879 7.051l1.414 1.414 2.828-2.829a3.007 3.007 0 0 1 4.243 0 3.005 3.005 0 0 1 0 4.243l-2.829 2.828 1.414 1.414 2.829-2.828z" }, child: [] }, { tag: "path", attr: { d: "m8.464 16.95-1.415-1.414 8.487-8.486 1.414 1.415z" }, child: [] }] })(t);
51
48
  }
52
- function F(t) {
49
+ function j(t) {
53
50
  return i({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M16 13v-2H7V8l-5 4 5 4v-3z" }, child: [] }, { tag: "path", attr: { d: "M20 3h-9c-1.103 0-2 .897-2 2v4h2V5h9v14h-9v-4H9v4c0 1.103.897 2 2 2h9c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2z" }, child: [] }] })(t);
54
51
  }
55
- function R(t) {
56
- return i({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "m12 17 1-2V9.858c1.721-.447 3-2 3-3.858 0-2.206-1.794-4-4-4S8 3.794 8 6c0 1.858 1.279 3.411 3 3.858V15l1 2zM10 6c0-1.103.897-2 2-2s2 .897 2 2-.897 2-2 2-2-.897-2-2z" }, child: [] }, { tag: "path", attr: { d: "m16.267 10.563-.533 1.928C18.325 13.207 20 14.584 20 16c0 1.892-3.285 4-8 4s-8-2.108-8-4c0-1.416 1.675-2.793 4.267-3.51l-.533-1.928C4.197 11.54 2 13.623 2 16c0 3.364 4.393 6 10 6s10-2.636 10-6c0-2.377-2.197-4.46-5.733-5.437z" }, child: [] }] })(t);
57
- }
58
- function $(t) {
52
+ function D(t) {
59
53
  return i({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M4 6h16v2H4zm4 5h12v2H8zm5 5h7v2h-7z" }, child: [] }] })(t);
60
54
  }
61
- function D(t) {
55
+ function U(t) {
62
56
  return i({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M4 6h16v2H4zm0 5h16v2H4zm0 5h16v2H4z" }, child: [] }] })(t);
63
57
  }
64
- function G(t) {
58
+ function R(t) {
65
59
  return i({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M15.661 15.549a1.315 1.315 0 0 0 1.185-1.386 1.363 1.363 0 0 0-1.35-1.302h-.048a1.352 1.352 0 0 0-1.303 1.397c.024.379.179.687.391.911-.827 1.609-2.07 2.794-3.954 3.788-1.266.663-2.604.912-3.905.734-1.089-.153-1.94-.64-2.463-1.421-.78-1.185-.852-2.462-.201-3.74a5.597 5.597 0 0 1 1.658-1.931 7.88 7.88 0 0 1-.331-1.218c-3.506 2.51-3.148 5.942-2.084 7.564.794 1.184 2.415 1.941 4.19 1.941.474 0 .972-.035 1.457-.154 3.077-.592 5.409-2.438 6.747-5.16l.011-.023z" }, child: [] }, { tag: "path", attr: { d: "M19.887 12.589c-1.834-2.154-4.533-3.337-7.611-3.337h-.403c-.2-.438-.661-.711-1.183-.711h-.036c-.744 0-1.325.64-1.301 1.385.023.71.627 1.302 1.35 1.302h.059a1.332 1.332 0 0 0 1.183-.828h.439c1.824 0 3.551.532 5.126 1.574 1.206.792 2.072 1.834 2.557 3.077.425 1.019.402 2.013-.035 2.843-.675 1.302-1.812 1.988-3.314 1.988-.947 0-1.871-.296-2.345-.509-.283.235-.758.626-1.102.863 1.042.473 2.096.746 3.113.746 2.309 0 4.023-1.302 4.676-2.557.709-1.422.651-3.813-1.161-5.859l-.012.023z" }, child: [] }, { tag: "path", attr: { d: "M7.647 15.975c.023.71.626 1.302 1.35 1.302h.048a1.334 1.334 0 0 0 1.302-1.397c0-.71-.616-1.301-1.338-1.301h-.048c-.048 0-.118 0-.178.022-.982-1.657-1.397-3.434-1.242-5.349.094-1.445.567-2.7 1.42-3.742.71-.888 2.048-1.326 2.96-1.35 2.556-.048 3.622 3.138 3.704 4.404l1.184.354C16.536 5.036 14.122 3 11.813 3 9.647 3 7.647 4.574 6.842 6.884c-1.102 3.077-.379 6.036.971 8.404-.118.154-.189.426-.166.687z" }, child: [] }] })(t);
66
60
  }
67
- function J(t) {
61
+ function G(t) {
68
62
  return i({ tag: "svg", attr: { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, child: [{ tag: "path", attr: { d: "M17.8 19.2 16 11l3.5-3.5C21 6 21.5 4 21 3c-1-.5-3 0-4.5 1.5L13 8 4.8 6.2c-.5-.1-.9.1-1.1.5l-.3.5c-.2.5-.1 1 .3 1.3L9 12l-2 3H4l-1 1 3 2 2 3 1-1v-3l3-2 3.5 5.3c.3.4.8.5 1.3.3l.5-.2c.4-.3.6-.7.5-1.2z" }, child: [] }] })(t);
69
63
  }
70
- const w1 = ({ onToggle: t, isOpen: l, showConnectionStatus: u }) => {
71
- const [x, N] = o(!0), [m, p] = o(null), f = l ? "sidebar-bar-panel open" : "sidebar-bar-panel", k = _(), { FinSesion: b } = H(), { connectionStatus: v } = A(), [w, c] = o(!1), [z, n] = o(""), h = `${window.location.host}`;
64
+ function J(t) {
65
+ return i({ tag: "svg", attr: { role: "img", viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M4.224 0a3.14 3.14 0 00-3.14 3.127 3.1 3.1 0 001.079 2.36 11.811 11.811 0 00-2.037 6.639C.126 18.68 5.458 24 12 24c6.542 0 11.874-5.32 11.874-11.874a11.69 11.69 0 00-2.025-6.614 3.136 3.136 0 001.09-2.373A3.132 3.132 0 0019.8.012a3.118 3.118 0 00-2.636 1.438A11.792 11.792 0 0012.012.264c-1.845 0-3.595.419-5.152 1.174A3.133 3.133 0 004.224 0zM12 1.198c1.713 0 3.331.396 4.78 1.102a10.995 10.995 0 014.29 3.715 10.89 10.89 0 011.882 6.135c.011 6.039-4.901 10.951-10.94 10.951-6.04 0-10.951-4.912-10.951-10.951 0-2.277.694-4.386 1.88-6.135A11.08 11.08 0 017.232 2.3 10.773 10.773 0 0112 1.198zM7.367 6.345c-.853.012-1.743.292-2.28.653-1.031.682-2.29 2.156-2.085 4.181.191 2.025 1.785 3.283 2.612 3.283.826 0 1.234-.42 1.485-1.45.252-1.018 1.115-2.192 2.217-3.45s-.024-2.469-.024-2.469c-.393-.513-1.052-.727-1.755-.747a3.952 3.952 0 00-.17-.001zm9.233.007l-.17.001c-.702.02-1.358.233-1.746.752 0 0-1.126 1.21-.024 2.469 1.114 1.258 1.965 2.432 2.217 3.45.251 1.019.659 1.438 1.485 1.45.827 0 2.409-1.258 2.612-3.283.204-2.025-1.054-3.51-2.084-4.182-.544-.36-1.437-.643-2.29-.657zm-8.962 2c.348 0 .624.275.624.623-.012.335-.288.623-.624.623a.619.619 0 01-.623-.623c0-.348.276-.624.623-.624zm8.891 0c.348 0 .623.275.623.623-.012.335-.287.623-.623.623a.619.619 0 01-.623-.623c0-.348.288-.624.623-.624zm-4.541 4.025c-.527 0-2.06.096-2.06.587 0 .887 1.88 1.522 2.06 1.474.18.048 2.06-.587 2.06-1.474 0-.49-1.52-.587-2.06-.587zM9.076 15.17c0 1.414 1.294 2.564 2.912 2.564 1.618 0 2.924-1.15 2.924-2.564z" }, child: [] }] })(t);
66
+ }
67
+ const w1 = ({ onToggle: t, isOpen: c, showConnectionStatus: N }) => {
68
+ const [x, f] = o(!0), [m, p] = o(null), k = c ? "sidebar-bar-panel open" : "sidebar-bar-panel", z = C(), { FinSesion: w } = H(), { connectionStatus: v } = P(), [b, l] = o(!1), [M, n] = o(""), h = `${window.location.host}`;
72
69
  if (d(() => {
73
70
  const r = localStorage.getItem("auth_state");
74
71
  if (r) {
75
72
  const s = JSON.parse(r);
76
73
  p(s);
77
74
  }
78
- N(!1);
75
+ f(!1);
79
76
  }, []), d(() => {
80
77
  const r = setTimeout(() => {
81
78
  const s = localStorage.getItem("auth_state");
@@ -86,58 +83,44 @@ const w1 = ({ onToggle: t, isOpen: l, showConnectionStatus: u }) => {
86
83
  }, 2e3);
87
84
  return () => clearTimeout(r);
88
85
  }, []), d(() => {
89
- h.includes("localhost") ? (c(!0), n("Entorno local")) : h.includes("ecosistemadesarrollo") ? (c(!0), n("Entorno de desarrollo")) : h.includes("ecosistemapruebas") ? (c(!0), n("Entorno de pruebas")) : (c(!1), n(""));
86
+ h.includes("localhost") ? (l(!0), n("Entorno local")) : h.includes("ecosistemadesarrollo") ? (l(!0), n("Entorno de desarrollo")) : h.includes("ecosistemapruebas") ? (l(!0), n("Entorno de pruebas")) : (l(!1), n(""));
90
87
  }, []), x)
91
88
  return /* @__PURE__ */ a(g, {});
92
- const M = () => {
93
- k("/unp/ecosistema/usuario");
89
+ const _ = () => {
90
+ z("/unp/ecosistema/usuario");
94
91
  };
95
- return /* @__PURE__ */ a("div", { className: `container-fluid ${l ? "menu-open" : ""}`, children: /* @__PURE__ */ e("div", { className: f, children: [
92
+ return /* @__PURE__ */ a("div", { className: `container-fluid ${c ? "menu-open" : ""}`, children: /* @__PURE__ */ e("div", { className: k, children: [
96
93
  /* @__PURE__ */ e("div", { className: "logo_details", children: [
97
94
  /* @__PURE__ */ a(
98
95
  "img",
99
96
  {
100
- src: S,
97
+ src: A,
101
98
  alt: "Logo",
102
99
  className: "icon logo-image"
103
100
  }
104
101
  ),
105
102
  /* @__PURE__ */ a("div", { className: "logo-name", children: "EI - UNP" }),
106
- l ? /* @__PURE__ */ a(
107
- $,
103
+ c ? /* @__PURE__ */ a(
104
+ D,
108
105
  {
109
106
  className: "bx bx-menu i",
110
107
  id: "btn",
111
108
  onClick: t
112
109
  }
113
- ) : /* @__PURE__ */ a(D, { className: "bx bx-menu i", id: "btn", onClick: t })
110
+ ) : /* @__PURE__ */ a(U, { className: "bx bx-menu i", id: "btn", onClick: t })
114
111
  ] }),
115
112
  /* @__PURE__ */ e("ul", { className: "nav-list-panel", children: [
116
113
  /* @__PURE__ */ e("li", { children: [
117
114
  /* @__PURE__ */ e("a", { href: "", children: [
118
- /* @__PURE__ */ a(j, { className: "bx bx-home i2" }),
115
+ /* @__PURE__ */ a(I, { className: "bx bx-home i2" }),
119
116
  /* @__PURE__ */ a("span", { className: "link_name", children: "Inicio" })
120
117
  ] }),
121
118
  /* @__PURE__ */ a("span", { className: "tooltip", children: "Inicio" })
122
119
  ] }),
123
- /* @__PURE__ */ e("li", { children: [
124
- /* @__PURE__ */ e("a", { href: "", children: [
125
- /* @__PURE__ */ a(R, { className: "bx bx-map-pin i2" }),
126
- /* @__PURE__ */ a("span", { className: "link_name", children: "Mapa del proceso" })
127
- ] }),
128
- /* @__PURE__ */ a("span", { className: "tooltip", children: "Mapa del proceso" })
129
- ] }),
130
- /* @__PURE__ */ e("li", { children: [
131
- /* @__PURE__ */ e("a", { href: "", children: [
132
- /* @__PURE__ */ a(E, { className: "bx bx-book-alt i2" }),
133
- /* @__PURE__ */ a("span", { className: "link_name", children: "Manuales de usuario" })
134
- ] }),
135
- /* @__PURE__ */ a("span", { className: "tooltip", children: "Manual de usuario" })
136
- ] }),
137
120
  /* @__PURE__ */ a("div", { style: { paddingLeft: "15px", paddingRight: "15px" }, children: /* @__PURE__ */ a("hr", { style: { borderTop: "1px solid white" } }) }),
138
121
  /* @__PURE__ */ e("li", { children: [
139
122
  /* @__PURE__ */ e("a", { href: "https://www.unp.gov.co/", target: "_blank", children: [
140
- /* @__PURE__ */ a(U, { className: "bx bx-link-alt i2" }),
123
+ /* @__PURE__ */ a($, { className: "bx bx-link-alt i2" }),
141
124
  /* @__PURE__ */ a("span", { className: "link_name", children: "Portal UNP" })
142
125
  ] }),
143
126
  /* @__PURE__ */ a("span", { className: "tooltip", children: "Portal UNP" })
@@ -149,7 +132,7 @@ const w1 = ({ onToggle: t, isOpen: l, showConnectionStatus: u }) => {
149
132
  href: "https://login.microsoftonline.com/common/oauth2/authorize?client_id=00000002-0000-0ff1-ce00-000000000000",
150
133
  target: "_blank",
151
134
  children: [
152
- /* @__PURE__ */ a(T, { className: "bx bx-envelope i2" }),
135
+ /* @__PURE__ */ a(E, { className: "bx bx-envelope i2" }),
153
136
  /* @__PURE__ */ a("span", { className: "link_name", children: "Correo institucional" })
154
137
  ]
155
138
  }
@@ -158,43 +141,50 @@ const w1 = ({ onToggle: t, isOpen: l, showConnectionStatus: u }) => {
158
141
  ] }),
159
142
  /* @__PURE__ */ e("li", { children: [
160
143
  /* @__PURE__ */ e("a", { href: "http://intranet.unp.gov.co/", target: "_blank", children: [
161
- /* @__PURE__ */ a(G, { className: "bx bxl-redux i2" }),
144
+ /* @__PURE__ */ a(R, { className: "bx bxl-redux i2" }),
162
145
  /* @__PURE__ */ a("span", { className: "link_name", children: "Acceso directo a Intranet" })
163
146
  ] }),
164
147
  /* @__PURE__ */ a("span", { className: "tooltip", children: "Acceso directo a Intranet" })
165
148
  ] }),
166
149
  /* @__PURE__ */ e("li", { children: [
167
150
  /* @__PURE__ */ e("a", { href: "https://mesadeservicios.unp.gov.co/HEAT/", target: "_blank", children: [
168
- /* @__PURE__ */ a(I, { className: "bx bx-error-circle i2" }),
151
+ /* @__PURE__ */ a(T, { className: "bx bx-error-circle i2" }),
169
152
  /* @__PURE__ */ a("span", { className: "link_name", children: "Mesa de servicios" })
170
153
  ] }),
171
154
  /* @__PURE__ */ a("span", { className: "tooltip", children: "Mesa de servicios" })
172
155
  ] }),
173
156
  /* @__PURE__ */ a("div", { style: { paddingLeft: "15px", paddingRight: "15px" }, children: /* @__PURE__ */ a("hr", { style: { borderTop: "1px solid white" } }) }),
157
+ /* @__PURE__ */ e("li", { children: [
158
+ /* @__PURE__ */ e("a", { href: `${u}${L}`, target: "_blank", children: [
159
+ /* @__PURE__ */ a(J, { className: "bx i1" }),
160
+ /* @__PURE__ */ a("span", { className: "link_name", children: "Panda PDF" })
161
+ ] }),
162
+ /* @__PURE__ */ a("span", { className: "tooltip", children: "Panda PDF" })
163
+ ] }),
174
164
  /* @__PURE__ */ e("li", { children: [
175
165
  /* @__PURE__ */ e("a", { href: "", children: [
176
- /* @__PURE__ */ a(y, { className: "bx i2" }),
166
+ /* @__PURE__ */ a(V, { className: "bx i2" }),
177
167
  /* @__PURE__ */ a("span", { className: "link_name", children: "Acta de reunión" })
178
168
  ] }),
179
169
  /* @__PURE__ */ a("span", { className: "tooltip", children: "Acta de reunión" })
180
170
  ] }),
181
171
  /* @__PURE__ */ e("li", { children: [
182
172
  /* @__PURE__ */ e("a", { href: "", children: [
183
- /* @__PURE__ */ a(J, { className: "bx i2" }),
173
+ /* @__PURE__ */ a(G, { className: "bx i2" }),
184
174
  /* @__PURE__ */ a("span", { className: "link_name", children: "Solicitud de viáticos" })
185
175
  ] }),
186
176
  /* @__PURE__ */ a("span", { className: "tooltip", children: "Solicitud de viáticos" })
187
177
  ] }),
188
178
  /* @__PURE__ */ e("li", { children: [
189
- /* @__PURE__ */ e("a", { href: `${C}${L}`, target: "_blank", children: [
190
- /* @__PURE__ */ a(P, { className: "bx i2" }),
179
+ /* @__PURE__ */ e("a", { href: `${u}${S}`, target: "_blank", children: [
180
+ /* @__PURE__ */ a(F, { className: "bx i2" }),
191
181
  /* @__PURE__ */ a("span", { className: "link_name", children: "Certificados contratistas" })
192
182
  ] }),
193
183
  /* @__PURE__ */ a("span", { className: "tooltip", children: "Certificados contratistas" })
194
184
  ] })
195
185
  ] }),
196
186
  /* @__PURE__ */ e("div", { className: "profile-content", children: [
197
- !l && u && /* @__PURE__ */ a(g, { children: v === "connected" ? /* @__PURE__ */ e("div", { className: "gear-tooltip-container", children: [
187
+ !c && N && /* @__PURE__ */ a(g, { children: v === "connected" ? /* @__PURE__ */ e("div", { className: "gear-tooltip-container", children: [
198
188
  /* @__PURE__ */ e(
199
189
  "svg",
200
190
  {
@@ -256,7 +246,7 @@ const w1 = ({ onToggle: t, isOpen: l, showConnectionStatus: u }) => {
256
246
  ]
257
247
  }
258
248
  ) }),
259
- !l && w && /* @__PURE__ */ e("div", { className: "gear-tooltip-container", children: [
249
+ !c && b && /* @__PURE__ */ e("div", { className: "gear-tooltip-container", children: [
260
250
  /* @__PURE__ */ a(
261
251
  "svg",
262
252
  {
@@ -283,14 +273,14 @@ const w1 = ({ onToggle: t, isOpen: l, showConnectionStatus: u }) => {
283
273
  )
284
274
  }
285
275
  ),
286
- /* @__PURE__ */ a("span", { className: "gear-tooltip-text", children: z })
276
+ /* @__PURE__ */ a("span", { className: "gear-tooltip-text", children: M })
287
277
  ] }),
288
278
  /* @__PURE__ */ e("div", { className: "profile", children: [
289
279
  /* @__PURE__ */ a(
290
280
  "div",
291
281
  {
292
282
  className: "profile-detail",
293
- onClick: M,
283
+ onClick: _,
294
284
  style: { cursor: "pointer" },
295
285
  children: m && /* @__PURE__ */ e("div", { className: "name-job", style: { marginTop: "3px" }, children: [
296
286
  /* @__PURE__ */ a("div", { className: "name text-truncate", style: { width: "200px" }, children: m.user.nombres }),
@@ -298,8 +288,8 @@ const w1 = ({ onToggle: t, isOpen: l, showConnectionStatus: u }) => {
298
288
  ] })
299
289
  }
300
290
  ),
301
- /* @__PURE__ */ a(V, {}),
302
- /* @__PURE__ */ a(F, { className: "icon", onClick: b })
291
+ /* @__PURE__ */ a(y, {}),
292
+ /* @__PURE__ */ a(j, { className: "icon", onClick: w })
303
293
  ] })
304
294
  ] })
305
295
  ] }) });
package/dist/utils/Url.js CHANGED
@@ -1,13 +1,14 @@
1
- const t = "https://ecosistema.unp.gov.co", o = "/sistema/medidas-emergencia", s = "/sistema/acta-reunion", c = "/sistema/solicitud-viaticos", e = "/sg/gc/certificado", i = "/sitema/inicio", a = "http://localhost:8000/", u = "https://ecosistemadesarrollo.unp.gov.co/", n = "https://ecosistemapruebas.unp.gov.co/", r = "https://ecosistema.unp.gov.co/";
1
+ const t = "https://ecosistema.unp.gov.co", o = "/sistema/medidas-emergencia", s = "/sistema/acta-reunion", c = "/sistema/solicitud-viaticos", a = "/sg/gc/certificado", e = "/panda-pdf", i = "/sitema/inicio", n = "http://localhost:8000/", u = "https://ecosistemadesarrollo.unp.gov.co/", r = "https://ecosistemapruebas.unp.gov.co/", l = "https://ecosistema.unp.gov.co/";
2
2
  export {
3
3
  s as urlActaReunion,
4
4
  u as urlAuthDev,
5
- a as urlAuthLocal,
6
- r as urlAuthProd,
7
- n as urlAuthTest,
5
+ n as urlAuthLocal,
6
+ l as urlAuthProd,
7
+ r as urlAuthTest,
8
8
  t as urlBase,
9
- e as urlCertificadoLaboral,
9
+ a as urlCertificadoLaboral,
10
10
  i as urlHome,
11
11
  o as urlMedidasEmergencia,
12
+ e as urlPandaPDF,
12
13
  c as urlSolicitudViatico
13
14
  };
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "react-ecosistema-unp",
3
3
  "author": "Ecosistema de Información - Unidad Nacional de Protección",
4
4
  "private": false,
5
- "version": "1.9.6",
5
+ "version": "1.9.7",
6
6
  "type": "module",
7
7
  "exports": {
8
8
  ".": {