react-ecosistema-unp 0.4.5 → 0.4.6
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/dist/lib/ui.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as e, jsxs as t } from "react/jsx-runtime";
|
|
2
|
-
const
|
|
2
|
+
const i = {
|
|
3
3
|
borderLeft: "8px solid",
|
|
4
4
|
borderLeftColor: "#d13c47",
|
|
5
5
|
height: "65px",
|
|
@@ -7,13 +7,13 @@ const l = {
|
|
|
7
7
|
display: "flex",
|
|
8
8
|
alignItems: "center",
|
|
9
9
|
marginLeft: "0px"
|
|
10
|
-
},
|
|
10
|
+
}, l = {
|
|
11
11
|
height: "60px",
|
|
12
12
|
marginLeft: "12px",
|
|
13
13
|
marginRight: "15px",
|
|
14
14
|
alignSelf: "center"
|
|
15
|
-
}, r = ({ dependencia: n }) => /* @__PURE__ */ e("div", { style:
|
|
16
|
-
/* @__PURE__ */ e("img", { src: "https://i.imgur.com/MYXJbgg.png", style:
|
|
15
|
+
}, r = ({ dependencia: n }) => /* @__PURE__ */ e("div", { style: i, children: /* @__PURE__ */ t("div", { style: { display: "flex", justifyContent: "flex-start", alignItems: "center" }, children: [
|
|
16
|
+
/* @__PURE__ */ e("img", { src: "https://i.imgur.com/MYXJbgg.png", style: l }),
|
|
17
17
|
/* @__PURE__ */ t("div", { style: { display: "flex", flexDirection: "column", justifyContent: "start" }, children: [
|
|
18
18
|
/* @__PURE__ */ e("h4", { className: "d-none d-md-block", style: { margin: "0px 0px 4px 0px", fontWeight: "700" }, children: " Unidad Nacional de Protección " }),
|
|
19
19
|
/* @__PURE__ */ e("h5", { className: "d-block d-md-none", style: { margin: "0px 0px 4px 0px", fontWeight: "700", fontSize: "1rem" }, children: " Unidad Nacional de Protección " }),
|
|
@@ -30,5 +30,5 @@ const l = {
|
|
|
30
30
|
] })
|
|
31
31
|
] }) });
|
|
32
32
|
export {
|
|
33
|
-
r as
|
|
33
|
+
r as Encabezado
|
|
34
34
|
};
|
package/dist/ui.js
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Encabezado as t } from "./ui/components/Encabezado.js";
|
|
2
|
+
import { Subtitulo as a } from "./ui/components/Subtitulo.js";
|
|
3
|
+
import { TituloModal as l } from "./tables/components/TituloModal.js";
|
|
2
4
|
export {
|
|
3
|
-
|
|
5
|
+
t as Encabezado,
|
|
6
|
+
a as Subtitulo,
|
|
7
|
+
l as TituloModal
|
|
4
8
|
};
|