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.
@@ -3,4 +3,4 @@ interface EncabezadoProps {
3
3
  dependencia: String;
4
4
  }
5
5
  declare const Encabezado: React.FC<EncabezadoProps>;
6
- export default Encabezado;
6
+ export { Encabezado };
package/dist/lib/ui.d.ts CHANGED
@@ -1 +1,3 @@
1
+ export { Encabezado } from './ui/components/Encabezado';
1
2
  export { Subtitulo } from './ui/components/Subtitulo';
3
+ export { TituloModal } from './tables/components/TituloModal';
@@ -1,5 +1,5 @@
1
1
  import { jsx as e, jsxs as t } from "react/jsx-runtime";
2
- const l = {
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
- }, i = {
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: l, 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: i }),
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 default
33
+ r as Encabezado
34
34
  };
package/dist/ui.js CHANGED
@@ -1,4 +1,8 @@
1
- import { Subtitulo as r } from "./ui/components/Subtitulo.js";
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
- r as Subtitulo
5
+ t as Encabezado,
6
+ a as Subtitulo,
7
+ l as TituloModal
4
8
  };
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": "0.4.5",
5
+ "version": "0.4.6",
6
6
  "type": "module",
7
7
  "exports": {
8
8
  ".": {