@onpe/ui 1.2.28 → 1.2.29
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/components/BrowserRecommended/BrowserRecommended.d.ts +1 -6
- package/dist/components/BrowserRecommended/index.d.ts +0 -1
- package/dist/components/Footer/Footer.d.ts +2 -2
- package/dist/components/index.d.ts +0 -1
- package/dist/components.d.ts +4 -9
- package/dist/components.esm.js +4 -5
- package/dist/components.js +4 -5
- package/dist/index.css +49 -34
- package/dist/index.d.ts +4 -9
- package/dist/index.esm.js +4 -5
- package/dist/index.js +4 -5
- package/package.json +1 -1
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
export
|
|
2
|
-
className?: string;
|
|
3
|
-
showLabels?: boolean;
|
|
4
|
-
title?: string;
|
|
5
|
-
}
|
|
6
|
-
export declare const BrowserRecommended: ({ className, showLabels, title }: BrowserRecommendedProps) => import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
export declare const BrowserRecommended: () => import("react/jsx-runtime").JSX.Element;
|
|
7
2
|
export default BrowserRecommended;
|
|
8
3
|
//# sourceMappingURL=BrowserRecommended.d.ts.map
|
|
@@ -2,10 +2,10 @@ import React, { ReactNode } from "react";
|
|
|
2
2
|
export interface FooterProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
3
3
|
showBrowserInfo?: boolean;
|
|
4
4
|
showContactInfo?: boolean;
|
|
5
|
-
|
|
5
|
+
children?: ReactNode;
|
|
6
6
|
isDevelopment?: boolean;
|
|
7
7
|
showFooterContent?: boolean;
|
|
8
8
|
}
|
|
9
|
-
export declare const Footer: ({ showBrowserInfo, showContactInfo,
|
|
9
|
+
export declare const Footer: ({ showBrowserInfo, showContactInfo, children, showFooterContent, isDevelopment, ...props }: FooterProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
10
|
export default Footer;
|
|
11
11
|
//# sourceMappingURL=Footer.d.ts.map
|
|
@@ -3,5 +3,4 @@ export type { ButtonProps } from "./Button";
|
|
|
3
3
|
export { Footer } from "./Footer";
|
|
4
4
|
export type { FooterProps } from "./Footer";
|
|
5
5
|
export { BrowserRecommended } from "./BrowserRecommended";
|
|
6
|
-
export type { BrowserRecommendedProps } from "./BrowserRecommended";
|
|
7
6
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/components.d.ts
CHANGED
|
@@ -81,18 +81,13 @@ declare const ModalSystemIncompatible: ({ isOpen, onClose, className }: ModalSys
|
|
|
81
81
|
interface FooterProps extends react__default.HTMLAttributes<HTMLDivElement> {
|
|
82
82
|
showBrowserInfo?: boolean;
|
|
83
83
|
showContactInfo?: boolean;
|
|
84
|
-
|
|
84
|
+
children?: ReactNode;
|
|
85
85
|
isDevelopment?: boolean;
|
|
86
86
|
showFooterContent?: boolean;
|
|
87
87
|
}
|
|
88
|
-
declare const Footer: ({ showBrowserInfo, showContactInfo,
|
|
88
|
+
declare const Footer: ({ showBrowserInfo, showContactInfo, children, showFooterContent, isDevelopment, ...props }: FooterProps) => react_jsx_runtime.JSX.Element;
|
|
89
89
|
|
|
90
|
-
|
|
91
|
-
className?: string;
|
|
92
|
-
showLabels?: boolean;
|
|
93
|
-
title?: string;
|
|
94
|
-
}
|
|
95
|
-
declare const BrowserRecommended: ({ className, showLabels, title }: BrowserRecommendedProps) => react_jsx_runtime.JSX.Element;
|
|
90
|
+
declare const BrowserRecommended: () => react_jsx_runtime.JSX.Element;
|
|
96
91
|
|
|
97
92
|
export { BrowserRecommended, Button, Footer, Modal, ModalBrowserIncompatible, ModalConfirm, ModalLoading, ModalSystemIncompatible, Overlay, Portal, Show };
|
|
98
|
-
export type {
|
|
93
|
+
export type { ButtonProps, FooterProps, ModalBrowserIncompatibleProps, ModalConfirmProps, ModalLoadingProps, ModalProps, ModalSystemIncompatibleProps, OverlayProps, PortalProps, ShowProps };
|
package/dist/components.esm.js
CHANGED
|
@@ -274,14 +274,13 @@ var IconMozilla = function (props) { return (jsxs("svg", __assign({ width: 24, h
|
|
|
274
274
|
|
|
275
275
|
var IconEdge = function (props) { return (jsxs("svg", __assign({ width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsx("g", { clipPath: "url(#clip0_8211_8231)", children: jsx("path", { d: "M9.86748 11.7697C9.90253 13.051 10.5964 14.591 12.2319 15.9545C13.6546 17.1391 16.1157 18.0916 18.1066 18.0916C18.7863 18.0923 19.4637 18.0112 20.124 17.8498C20.3714 17.7895 20.6314 17.8089 20.8671 17.905C21.1027 18.0012 21.302 18.1693 21.4366 18.3854C21.5711 18.6015 21.6339 18.8546 21.6162 19.1085C21.5984 19.3624 21.5009 19.6043 21.3377 19.7996C19.4012 22.1173 16.6672 23.6261 13.674 24.029C13.5491 24.0479 13.4218 24.0422 13.2992 24.0121C10.7136 23.3739 7.83188 20.132 7.83188 16.8828C7.83188 14.0132 8.84726 12.4769 9.86748 11.7697ZM9.01407 7.25984C10.0434 7.42348 10.9791 7.95314 11.6492 8.75146C11.0422 8.77677 10.442 8.88996 9.86748 9.08749C7.44144 9.89737 5.4143 12.5168 5.4143 16.8828C5.4143 19.9495 6.86364 22.0394 8.76385 23.6797C3.94442 22.315 0.34827 18.0384 0.00255686 12.8685C-0.0167921 12.5867 0.0742415 12.3084 0.256402 12.0925L0.461897 11.8556L0.853544 11.4228L1.17629 11.0832L1.3564 10.897L1.75772 10.4945L2.21464 10.0485L2.46607 9.81034C4.77485 7.63093 7.18034 6.94798 9.01407 7.25984ZM12.0626 -0.0398865C17.8165 -0.0398865 22.6299 3.97926 23.8507 9.36309C24.2859 11.279 23.7141 12.7779 22.8511 13.821C22.1768 14.6235 21.3065 15.2381 20.3247 15.6052C19.1582 16.0173 17.8467 16.0004 16.8047 15.8179C15.8739 15.6547 14.7135 15.3404 14.1418 14.5221C13.9795 14.2901 13.9038 14.0085 13.9278 13.7264C13.9519 13.4443 14.0743 13.1796 14.2735 12.9785C14.8598 12.3862 15.1305 11.7758 15.1704 11.2294C15.182 11.0104 15.1637 10.7908 15.116 10.5767C14.4125 7.40973 12.2319 5.35362 9.41902 4.87616C6.08276 4.30925 2.91695 6.03295 0.576731 8.27037C2.16266 3.44498 6.70529 -0.0398865 12.0626 -0.0398865Z", fill: "currentColor" }) }), jsx("defs", { children: jsx("clipPath", { id: "clip0_8211_8231", children: jsx("rect", { width: 24, height: 24, fill: "white" }) }) })] }))); };
|
|
276
276
|
|
|
277
|
-
var BrowserRecommended = function (
|
|
278
|
-
|
|
279
|
-
return (jsxs("div", { className: "flex flex-col items-center justify-center gap-6 pt-3 pb-6 text-xs text-center text-onpe-ui-blue bg-onpe-ui-skyblue/15 lg:flex-row md:py-2 ".concat(className), children: [jsx("p", { children: title }), jsxs("div", { className: "flex gap-6 lg:gap-8", children: [jsxs("div", { className: "flex items-center gap-2", children: [jsx(IconChrome, { className: "w-4 h-4" }), showLabels && jsx("p", { className: "hidden text-left lg:block", children: "Google Chrome" })] }), jsxs("div", { className: "flex items-center gap-2", children: [jsx(IconSafari, { className: "w-4 h-4" }), showLabels && jsx("p", { className: "hidden text-left lg:block", children: "Safari" })] }), jsxs("div", { className: "flex items-center gap-2", children: [jsx(IconMozilla, { className: "w-4 h-4" }), showLabels && jsx("p", { className: "hidden text-left lg:block", children: "Mozilla Firefox" })] }), jsxs("div", { className: "flex items-center gap-2", children: [jsx(IconEdge, { className: "w-4 h-4" }), showLabels && jsx("p", { className: "hidden text-left lg:block", children: "Microsoft Edge" })] })] })] }));
|
|
277
|
+
var BrowserRecommended = function () {
|
|
278
|
+
return (jsxs("div", { className: "flex flex-col items-center justify-center gap-6 pt-3 pb-6 text-xs text-center text-onpe-ui-blue bg-onpe-ui-skyblue-light/15 lg:flex-row md:py-2", children: [jsx("p", { children: "Navegadores recomendados:" }), jsxs("div", { className: "flex gap-6 md:gap-8", children: [jsxs("div", { className: "flex items-center gap-2", children: [jsx(IconChrome, {}), jsx("p", { className: "hidden text-left md:block", children: "Google Chrome" })] }), jsxs("div", { className: "flex items-center gap-2", children: [jsx(IconSafari, {}), jsx("p", { className: "hidden text-left md:block", children: "Safari" })] }), jsxs("div", { className: "flex items-center gap-2", children: [jsx(IconMozilla, {}), jsx("p", { className: "hidden text-left md:block", children: "Mozilla Firefox" })] }), jsxs("div", { className: "flex items-center gap-2", children: [jsx(IconEdge, {}), jsx("p", { className: "hidden text-left md:block", children: "Microsoft Edge" })] })] })] }));
|
|
280
279
|
};
|
|
281
280
|
|
|
282
281
|
var Footer = function (_a) {
|
|
283
|
-
var _b = _a.showBrowserInfo, showBrowserInfo = _b === void 0 ? true : _b, _c = _a.showContactInfo, showContactInfo = _c === void 0 ? true : _c,
|
|
284
|
-
return (jsxs("footer", __assign({}, props, { children: [showFooterContent && (jsxs(Fragment, { children: [
|
|
282
|
+
var _b = _a.showBrowserInfo, showBrowserInfo = _b === void 0 ? true : _b, _c = _a.showContactInfo, showContactInfo = _c === void 0 ? true : _c, children = _a.children, _d = _a.showFooterContent, showFooterContent = _d === void 0 ? true : _d, _e = _a.isDevelopment, isDevelopment = _e === void 0 ? true : _e, props = __rest(_a, ["showBrowserInfo", "showContactInfo", "children", "showFooterContent", "isDevelopment"]);
|
|
283
|
+
return (jsxs("footer", __assign({}, props, { children: [showFooterContent && (jsxs(Fragment, { children: [children && children, showBrowserInfo && jsx(BrowserRecommended, {}), showContactInfo && (jsx("div", { className: "relative z-10 flex w-full min-h-[100px] bg-onpe-ui-blue ", children: jsxs("ul", { className: "flex justify-between items-start lg:items-center w-full flex-col gap-6 mx-auto lg:flex-row py-14 px-4 max-w-[1456px] md:pt-4 md:pb-7", children: [jsxs("li", { children: [jsx("p", { className: "font-semibold pb text-onpe-ui-yellow", children: "Oficina central" }), jsx("p", { className: "text-sm font-medium text-white", children: "Jr. Washington 1894 - Cercado de Lima" })] }), jsxs("li", { children: [jsx("p", { className: "font-semibold text-onpe-ui-yellow", children: "Escr\u00EDbenos" }), jsx("p", { className: "text-sm font-medium text-white", children: "informes@onpe.gob.pe" })] }), jsxs("li", { children: [jsx("p", { className: "font-semibold text-onpe-ui-yellow", children: "Central telef\u00F3nica" }), jsx("p", { className: "text-sm font-medium text-white", children: "(01) 4170630 | Lunes a viernes de 8:30 a.m. a 4:30 p.m." })] })] }) }))] })), isDevelopment && (jsx("div", { className: "h-[93px] lg:h-[46px] w-full text-center flex items-center justify-center bg-onpe-ui-yellow-light/75 fixed z-10 right-0 bottom-0", children: jsxs("p", { className: "px-2 py-1 text-2xl text-onpe-ui-blue font-consolas", children: ["Versi\u00F3n en Desarrollo ", jsx("br", { className: "lg:hidden" }), " - No Oficial"] }) }))] })));
|
|
285
284
|
};
|
|
286
285
|
|
|
287
286
|
export { BrowserRecommended, Button, Footer, Modal, ModalBrowserIncompatible, ModalConfirm, ModalLoading, ModalSystemIncompatible, Overlay, Portal, Show };
|
package/dist/components.js
CHANGED
|
@@ -274,14 +274,13 @@ var IconMozilla = function (props) { return (jsxs("svg", __assign({ width: 24, h
|
|
|
274
274
|
|
|
275
275
|
var IconEdge = function (props) { return (jsxs("svg", __assign({ width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsx("g", { clipPath: "url(#clip0_8211_8231)", children: jsx("path", { d: "M9.86748 11.7697C9.90253 13.051 10.5964 14.591 12.2319 15.9545C13.6546 17.1391 16.1157 18.0916 18.1066 18.0916C18.7863 18.0923 19.4637 18.0112 20.124 17.8498C20.3714 17.7895 20.6314 17.8089 20.8671 17.905C21.1027 18.0012 21.302 18.1693 21.4366 18.3854C21.5711 18.6015 21.6339 18.8546 21.6162 19.1085C21.5984 19.3624 21.5009 19.6043 21.3377 19.7996C19.4012 22.1173 16.6672 23.6261 13.674 24.029C13.5491 24.0479 13.4218 24.0422 13.2992 24.0121C10.7136 23.3739 7.83188 20.132 7.83188 16.8828C7.83188 14.0132 8.84726 12.4769 9.86748 11.7697ZM9.01407 7.25984C10.0434 7.42348 10.9791 7.95314 11.6492 8.75146C11.0422 8.77677 10.442 8.88996 9.86748 9.08749C7.44144 9.89737 5.4143 12.5168 5.4143 16.8828C5.4143 19.9495 6.86364 22.0394 8.76385 23.6797C3.94442 22.315 0.34827 18.0384 0.00255686 12.8685C-0.0167921 12.5867 0.0742415 12.3084 0.256402 12.0925L0.461897 11.8556L0.853544 11.4228L1.17629 11.0832L1.3564 10.897L1.75772 10.4945L2.21464 10.0485L2.46607 9.81034C4.77485 7.63093 7.18034 6.94798 9.01407 7.25984ZM12.0626 -0.0398865C17.8165 -0.0398865 22.6299 3.97926 23.8507 9.36309C24.2859 11.279 23.7141 12.7779 22.8511 13.821C22.1768 14.6235 21.3065 15.2381 20.3247 15.6052C19.1582 16.0173 17.8467 16.0004 16.8047 15.8179C15.8739 15.6547 14.7135 15.3404 14.1418 14.5221C13.9795 14.2901 13.9038 14.0085 13.9278 13.7264C13.9519 13.4443 14.0743 13.1796 14.2735 12.9785C14.8598 12.3862 15.1305 11.7758 15.1704 11.2294C15.182 11.0104 15.1637 10.7908 15.116 10.5767C14.4125 7.40973 12.2319 5.35362 9.41902 4.87616C6.08276 4.30925 2.91695 6.03295 0.576731 8.27037C2.16266 3.44498 6.70529 -0.0398865 12.0626 -0.0398865Z", fill: "currentColor" }) }), jsx("defs", { children: jsx("clipPath", { id: "clip0_8211_8231", children: jsx("rect", { width: 24, height: 24, fill: "white" }) }) })] }))); };
|
|
276
276
|
|
|
277
|
-
var BrowserRecommended = function (
|
|
278
|
-
|
|
279
|
-
return (jsxs("div", { className: "flex flex-col items-center justify-center gap-6 pt-3 pb-6 text-xs text-center text-onpe-ui-blue bg-onpe-ui-skyblue/15 lg:flex-row md:py-2 ".concat(className), children: [jsx("p", { children: title }), jsxs("div", { className: "flex gap-6 lg:gap-8", children: [jsxs("div", { className: "flex items-center gap-2", children: [jsx(IconChrome, { className: "w-4 h-4" }), showLabels && jsx("p", { className: "hidden text-left lg:block", children: "Google Chrome" })] }), jsxs("div", { className: "flex items-center gap-2", children: [jsx(IconSafari, { className: "w-4 h-4" }), showLabels && jsx("p", { className: "hidden text-left lg:block", children: "Safari" })] }), jsxs("div", { className: "flex items-center gap-2", children: [jsx(IconMozilla, { className: "w-4 h-4" }), showLabels && jsx("p", { className: "hidden text-left lg:block", children: "Mozilla Firefox" })] }), jsxs("div", { className: "flex items-center gap-2", children: [jsx(IconEdge, { className: "w-4 h-4" }), showLabels && jsx("p", { className: "hidden text-left lg:block", children: "Microsoft Edge" })] })] })] }));
|
|
277
|
+
var BrowserRecommended = function () {
|
|
278
|
+
return (jsxs("div", { className: "flex flex-col items-center justify-center gap-6 pt-3 pb-6 text-xs text-center text-onpe-ui-blue bg-onpe-ui-skyblue-light/15 lg:flex-row md:py-2", children: [jsx("p", { children: "Navegadores recomendados:" }), jsxs("div", { className: "flex gap-6 md:gap-8", children: [jsxs("div", { className: "flex items-center gap-2", children: [jsx(IconChrome, {}), jsx("p", { className: "hidden text-left md:block", children: "Google Chrome" })] }), jsxs("div", { className: "flex items-center gap-2", children: [jsx(IconSafari, {}), jsx("p", { className: "hidden text-left md:block", children: "Safari" })] }), jsxs("div", { className: "flex items-center gap-2", children: [jsx(IconMozilla, {}), jsx("p", { className: "hidden text-left md:block", children: "Mozilla Firefox" })] }), jsxs("div", { className: "flex items-center gap-2", children: [jsx(IconEdge, {}), jsx("p", { className: "hidden text-left md:block", children: "Microsoft Edge" })] })] })] }));
|
|
280
279
|
};
|
|
281
280
|
|
|
282
281
|
var Footer = function (_a) {
|
|
283
|
-
var _b = _a.showBrowserInfo, showBrowserInfo = _b === void 0 ? true : _b, _c = _a.showContactInfo, showContactInfo = _c === void 0 ? true : _c,
|
|
284
|
-
return (jsxs("footer", __assign({}, props, { children: [showFooterContent && (jsxs(Fragment, { children: [
|
|
282
|
+
var _b = _a.showBrowserInfo, showBrowserInfo = _b === void 0 ? true : _b, _c = _a.showContactInfo, showContactInfo = _c === void 0 ? true : _c, children = _a.children, _d = _a.showFooterContent, showFooterContent = _d === void 0 ? true : _d, _e = _a.isDevelopment, isDevelopment = _e === void 0 ? true : _e, props = __rest(_a, ["showBrowserInfo", "showContactInfo", "children", "showFooterContent", "isDevelopment"]);
|
|
283
|
+
return (jsxs("footer", __assign({}, props, { children: [showFooterContent && (jsxs(Fragment, { children: [children && children, showBrowserInfo && jsx(BrowserRecommended, {}), showContactInfo && (jsx("div", { className: "relative z-10 flex w-full min-h-[100px] bg-onpe-ui-blue ", children: jsxs("ul", { className: "flex justify-between items-start lg:items-center w-full flex-col gap-6 mx-auto lg:flex-row py-14 px-4 max-w-[1456px] md:pt-4 md:pb-7", children: [jsxs("li", { children: [jsx("p", { className: "font-semibold pb text-onpe-ui-yellow", children: "Oficina central" }), jsx("p", { className: "text-sm font-medium text-white", children: "Jr. Washington 1894 - Cercado de Lima" })] }), jsxs("li", { children: [jsx("p", { className: "font-semibold text-onpe-ui-yellow", children: "Escr\u00EDbenos" }), jsx("p", { className: "text-sm font-medium text-white", children: "informes@onpe.gob.pe" })] }), jsxs("li", { children: [jsx("p", { className: "font-semibold text-onpe-ui-yellow", children: "Central telef\u00F3nica" }), jsx("p", { className: "text-sm font-medium text-white", children: "(01) 4170630 | Lunes a viernes de 8:30 a.m. a 4:30 p.m." })] })] }) }))] })), isDevelopment && (jsx("div", { className: "h-[93px] lg:h-[46px] w-full text-center flex items-center justify-center bg-onpe-ui-yellow-light/75 fixed z-10 right-0 bottom-0", children: jsxs("p", { className: "px-2 py-1 text-2xl text-onpe-ui-blue font-consolas", children: ["Versi\u00F3n en Desarrollo ", jsx("br", { className: "lg:hidden" }), " - No Oficial"] }) }))] })));
|
|
285
284
|
};
|
|
286
285
|
|
|
287
286
|
export { BrowserRecommended, Button, Footer, Modal, ModalBrowserIncompatible, ModalConfirm, ModalLoading, ModalSystemIncompatible, Overlay, Portal, Show };
|
package/dist/index.css
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
|
|
2
3
|
@layer properties;
|
|
3
4
|
@layer theme, base, components, utilities;
|
|
4
5
|
@layer theme {
|
|
@@ -472,6 +473,9 @@
|
|
|
472
473
|
.max-h-\[90vh\] {
|
|
473
474
|
max-height: 90vh;
|
|
474
475
|
}
|
|
476
|
+
.min-h-\[100px\] {
|
|
477
|
+
min-height: 100px;
|
|
478
|
+
}
|
|
475
479
|
.min-h-screen {
|
|
476
480
|
min-height: 100vh;
|
|
477
481
|
}
|
|
@@ -529,8 +533,8 @@
|
|
|
529
533
|
.max-w-\[680px\] {
|
|
530
534
|
max-width: 680px;
|
|
531
535
|
}
|
|
532
|
-
.max-w-\[
|
|
533
|
-
max-width:
|
|
536
|
+
.max-w-\[1456px\] {
|
|
537
|
+
max-width: 1456px;
|
|
534
538
|
}
|
|
535
539
|
.max-w-full {
|
|
536
540
|
max-width: 100%;
|
|
@@ -911,16 +915,16 @@
|
|
|
911
915
|
.bg-onpe-ui-skyblue-light {
|
|
912
916
|
background-color: var(--color-onpe-ui-skyblue-light);
|
|
913
917
|
}
|
|
914
|
-
.bg-onpe-ui-skyblue-light\/
|
|
915
|
-
background-color: color-mix(in srgb, #69b2e8
|
|
918
|
+
.bg-onpe-ui-skyblue-light\/15 {
|
|
919
|
+
background-color: color-mix(in srgb, #69b2e8 15%, transparent);
|
|
916
920
|
@supports (color: color-mix(in lab, red, red)) {
|
|
917
|
-
background-color: color-mix(in oklab, var(--color-onpe-ui-skyblue-light)
|
|
921
|
+
background-color: color-mix(in oklab, var(--color-onpe-ui-skyblue-light) 15%, transparent);
|
|
918
922
|
}
|
|
919
923
|
}
|
|
920
|
-
.bg-onpe-ui-skyblue\/
|
|
921
|
-
background-color: color-mix(in srgb, #
|
|
924
|
+
.bg-onpe-ui-skyblue-light\/80 {
|
|
925
|
+
background-color: color-mix(in srgb, #69b2e8 80%, transparent);
|
|
922
926
|
@supports (color: color-mix(in lab, red, red)) {
|
|
923
|
-
background-color: color-mix(in oklab, var(--color-onpe-ui-skyblue)
|
|
927
|
+
background-color: color-mix(in oklab, var(--color-onpe-ui-skyblue-light) 80%, transparent);
|
|
924
928
|
}
|
|
925
929
|
}
|
|
926
930
|
.bg-onpe-ui-skyblue\/80 {
|
|
@@ -1064,9 +1068,6 @@
|
|
|
1064
1068
|
.pt-10 {
|
|
1065
1069
|
padding-top: calc(var(--spacing) * 10);
|
|
1066
1070
|
}
|
|
1067
|
-
.pb-2 {
|
|
1068
|
-
padding-bottom: calc(var(--spacing) * 2);
|
|
1069
|
-
}
|
|
1070
1071
|
.pb-6 {
|
|
1071
1072
|
padding-bottom: calc(var(--spacing) * 6);
|
|
1072
1073
|
}
|
|
@@ -1647,6 +1648,11 @@
|
|
|
1647
1648
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
1648
1649
|
}
|
|
1649
1650
|
}
|
|
1651
|
+
.md\:gap-8 {
|
|
1652
|
+
@media (width >= 48rem) {
|
|
1653
|
+
gap: calc(var(--spacing) * 8);
|
|
1654
|
+
}
|
|
1655
|
+
}
|
|
1650
1656
|
.md\:gap-12 {
|
|
1651
1657
|
@media (width >= 48rem) {
|
|
1652
1658
|
gap: calc(var(--spacing) * 12);
|
|
@@ -1657,6 +1663,16 @@
|
|
|
1657
1663
|
padding-block: calc(var(--spacing) * 2);
|
|
1658
1664
|
}
|
|
1659
1665
|
}
|
|
1666
|
+
.md\:pt-4 {
|
|
1667
|
+
@media (width >= 48rem) {
|
|
1668
|
+
padding-top: calc(var(--spacing) * 4);
|
|
1669
|
+
}
|
|
1670
|
+
}
|
|
1671
|
+
.md\:pb-7 {
|
|
1672
|
+
@media (width >= 48rem) {
|
|
1673
|
+
padding-bottom: calc(var(--spacing) * 7);
|
|
1674
|
+
}
|
|
1675
|
+
}
|
|
1660
1676
|
.md\:text-2xl {
|
|
1661
1677
|
@media (width >= 48rem) {
|
|
1662
1678
|
font-size: var(--text-2xl);
|
|
@@ -1689,11 +1705,6 @@
|
|
|
1689
1705
|
margin-top: calc(var(--spacing) * 20);
|
|
1690
1706
|
}
|
|
1691
1707
|
}
|
|
1692
|
-
.lg\:block {
|
|
1693
|
-
@media (width >= 64rem) {
|
|
1694
|
-
display: block;
|
|
1695
|
-
}
|
|
1696
|
-
}
|
|
1697
1708
|
.lg\:hidden {
|
|
1698
1709
|
@media (width >= 64rem) {
|
|
1699
1710
|
display: none;
|
|
@@ -1734,9 +1745,9 @@
|
|
|
1734
1745
|
flex-direction: row;
|
|
1735
1746
|
}
|
|
1736
1747
|
}
|
|
1737
|
-
.lg\:
|
|
1748
|
+
.lg\:items-center {
|
|
1738
1749
|
@media (width >= 64rem) {
|
|
1739
|
-
|
|
1750
|
+
align-items: center;
|
|
1740
1751
|
}
|
|
1741
1752
|
}
|
|
1742
1753
|
.lg\:px-5 {
|
|
@@ -1754,21 +1765,6 @@
|
|
|
1754
1765
|
padding-block: calc(var(--spacing) * 16);
|
|
1755
1766
|
}
|
|
1756
1767
|
}
|
|
1757
|
-
.lg\:pt-\[15px\] {
|
|
1758
|
-
@media (width >= 64rem) {
|
|
1759
|
-
padding-top: 15px;
|
|
1760
|
-
}
|
|
1761
|
-
}
|
|
1762
|
-
.lg\:pb-\[18px\] {
|
|
1763
|
-
@media (width >= 64rem) {
|
|
1764
|
-
padding-bottom: 18px;
|
|
1765
|
-
}
|
|
1766
|
-
}
|
|
1767
|
-
.lg\:text-center {
|
|
1768
|
-
@media (width >= 64rem) {
|
|
1769
|
-
text-align: center;
|
|
1770
|
-
}
|
|
1771
|
-
}
|
|
1772
1768
|
.lg\:text-2xl {
|
|
1773
1769
|
@media (width >= 64rem) {
|
|
1774
1770
|
font-size: var(--text-2xl);
|
|
@@ -1832,6 +1828,24 @@
|
|
|
1832
1828
|
.onpe-fast-blink {
|
|
1833
1829
|
animation: onpe-fast-blink 0.8s ease-in-out infinite;
|
|
1834
1830
|
}
|
|
1831
|
+
@layer base {
|
|
1832
|
+
html {
|
|
1833
|
+
font-family: 'Poppins', system-ui, sans-serif;
|
|
1834
|
+
margin: 0;
|
|
1835
|
+
padding: 0;
|
|
1836
|
+
box-sizing: border-box;
|
|
1837
|
+
}
|
|
1838
|
+
button {
|
|
1839
|
+
cursor: pointer;
|
|
1840
|
+
}
|
|
1841
|
+
button:disabled {
|
|
1842
|
+
cursor: not-allowed;
|
|
1843
|
+
}
|
|
1844
|
+
}
|
|
1845
|
+
.font-consolas {
|
|
1846
|
+
font-family: 'Consolas', monospace;
|
|
1847
|
+
font-weight: 900;
|
|
1848
|
+
}
|
|
1835
1849
|
@property --tw-rotate-x {
|
|
1836
1850
|
syntax: "*";
|
|
1837
1851
|
inherits: false;
|
|
@@ -1995,4 +2009,5 @@
|
|
|
1995
2009
|
--tw-ease: initial;
|
|
1996
2010
|
}
|
|
1997
2011
|
}
|
|
1998
|
-
}
|
|
2012
|
+
}
|
|
2013
|
+
|
package/dist/index.d.ts
CHANGED
|
@@ -81,18 +81,13 @@ declare const ModalSystemIncompatible: ({ isOpen, onClose, className }: ModalSys
|
|
|
81
81
|
interface FooterProps extends react__default.HTMLAttributes<HTMLDivElement> {
|
|
82
82
|
showBrowserInfo?: boolean;
|
|
83
83
|
showContactInfo?: boolean;
|
|
84
|
-
|
|
84
|
+
children?: ReactNode;
|
|
85
85
|
isDevelopment?: boolean;
|
|
86
86
|
showFooterContent?: boolean;
|
|
87
87
|
}
|
|
88
|
-
declare const Footer: ({ showBrowserInfo, showContactInfo,
|
|
88
|
+
declare const Footer: ({ showBrowserInfo, showContactInfo, children, showFooterContent, isDevelopment, ...props }: FooterProps) => react_jsx_runtime.JSX.Element;
|
|
89
89
|
|
|
90
|
-
|
|
91
|
-
className?: string;
|
|
92
|
-
showLabels?: boolean;
|
|
93
|
-
title?: string;
|
|
94
|
-
}
|
|
95
|
-
declare const BrowserRecommended: ({ className, showLabels, title }: BrowserRecommendedProps) => react_jsx_runtime.JSX.Element;
|
|
90
|
+
declare const BrowserRecommended: () => react_jsx_runtime.JSX.Element;
|
|
96
91
|
|
|
97
92
|
/**
|
|
98
93
|
* Hook para debounce de valores
|
|
@@ -208,4 +203,4 @@ declare const IconElectionsGeneral: (props: SVGProps<SVGSVGElement>) => react_js
|
|
|
208
203
|
declare const ElectionsIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
209
204
|
|
|
210
205
|
export { APIClient, BrowserRecommended, Button, ElectionsIcon, Footer, IconAndroid, IconApple, IconCheck, IconChrome, IconChromeColor, IconClose, IconEdge, IconEdgeColor, IconElectionsGeneral, IconInfo, IconMozilla, IconMozillaColor, IconSafari, IconSafariColor, IconSpinnerDesktop, IconSpinnerMobile, IconVotoDigital, IconWarning, IconWindow, Modal, ModalBrowserIncompatible, ModalConfirm, ModalLoading, ModalSystemIncompatible, Overlay, Portal, Show, StorageManager, apiClient, formatDate, useDebounce, useLocalStorage, validateEmail };
|
|
211
|
-
export type {
|
|
206
|
+
export type { ButtonProps, FooterProps, ModalBrowserIncompatibleProps, ModalConfirmProps, ModalLoadingProps, ModalProps, ModalSystemIncompatibleProps, OverlayProps, PortalProps, ShowProps };
|
package/dist/index.esm.js
CHANGED
|
@@ -274,14 +274,13 @@ var IconMozilla = function (props) { return (jsxs("svg", __assign({ width: 24, h
|
|
|
274
274
|
|
|
275
275
|
var IconEdge = function (props) { return (jsxs("svg", __assign({ width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsx("g", { clipPath: "url(#clip0_8211_8231)", children: jsx("path", { d: "M9.86748 11.7697C9.90253 13.051 10.5964 14.591 12.2319 15.9545C13.6546 17.1391 16.1157 18.0916 18.1066 18.0916C18.7863 18.0923 19.4637 18.0112 20.124 17.8498C20.3714 17.7895 20.6314 17.8089 20.8671 17.905C21.1027 18.0012 21.302 18.1693 21.4366 18.3854C21.5711 18.6015 21.6339 18.8546 21.6162 19.1085C21.5984 19.3624 21.5009 19.6043 21.3377 19.7996C19.4012 22.1173 16.6672 23.6261 13.674 24.029C13.5491 24.0479 13.4218 24.0422 13.2992 24.0121C10.7136 23.3739 7.83188 20.132 7.83188 16.8828C7.83188 14.0132 8.84726 12.4769 9.86748 11.7697ZM9.01407 7.25984C10.0434 7.42348 10.9791 7.95314 11.6492 8.75146C11.0422 8.77677 10.442 8.88996 9.86748 9.08749C7.44144 9.89737 5.4143 12.5168 5.4143 16.8828C5.4143 19.9495 6.86364 22.0394 8.76385 23.6797C3.94442 22.315 0.34827 18.0384 0.00255686 12.8685C-0.0167921 12.5867 0.0742415 12.3084 0.256402 12.0925L0.461897 11.8556L0.853544 11.4228L1.17629 11.0832L1.3564 10.897L1.75772 10.4945L2.21464 10.0485L2.46607 9.81034C4.77485 7.63093 7.18034 6.94798 9.01407 7.25984ZM12.0626 -0.0398865C17.8165 -0.0398865 22.6299 3.97926 23.8507 9.36309C24.2859 11.279 23.7141 12.7779 22.8511 13.821C22.1768 14.6235 21.3065 15.2381 20.3247 15.6052C19.1582 16.0173 17.8467 16.0004 16.8047 15.8179C15.8739 15.6547 14.7135 15.3404 14.1418 14.5221C13.9795 14.2901 13.9038 14.0085 13.9278 13.7264C13.9519 13.4443 14.0743 13.1796 14.2735 12.9785C14.8598 12.3862 15.1305 11.7758 15.1704 11.2294C15.182 11.0104 15.1637 10.7908 15.116 10.5767C14.4125 7.40973 12.2319 5.35362 9.41902 4.87616C6.08276 4.30925 2.91695 6.03295 0.576731 8.27037C2.16266 3.44498 6.70529 -0.0398865 12.0626 -0.0398865Z", fill: "currentColor" }) }), jsx("defs", { children: jsx("clipPath", { id: "clip0_8211_8231", children: jsx("rect", { width: 24, height: 24, fill: "white" }) }) })] }))); };
|
|
276
276
|
|
|
277
|
-
var BrowserRecommended = function (
|
|
278
|
-
|
|
279
|
-
return (jsxs("div", { className: "flex flex-col items-center justify-center gap-6 pt-3 pb-6 text-xs text-center text-onpe-ui-blue bg-onpe-ui-skyblue/15 lg:flex-row md:py-2 ".concat(className), children: [jsx("p", { children: title }), jsxs("div", { className: "flex gap-6 lg:gap-8", children: [jsxs("div", { className: "flex items-center gap-2", children: [jsx(IconChrome, { className: "w-4 h-4" }), showLabels && jsx("p", { className: "hidden text-left lg:block", children: "Google Chrome" })] }), jsxs("div", { className: "flex items-center gap-2", children: [jsx(IconSafari, { className: "w-4 h-4" }), showLabels && jsx("p", { className: "hidden text-left lg:block", children: "Safari" })] }), jsxs("div", { className: "flex items-center gap-2", children: [jsx(IconMozilla, { className: "w-4 h-4" }), showLabels && jsx("p", { className: "hidden text-left lg:block", children: "Mozilla Firefox" })] }), jsxs("div", { className: "flex items-center gap-2", children: [jsx(IconEdge, { className: "w-4 h-4" }), showLabels && jsx("p", { className: "hidden text-left lg:block", children: "Microsoft Edge" })] })] })] }));
|
|
277
|
+
var BrowserRecommended = function () {
|
|
278
|
+
return (jsxs("div", { className: "flex flex-col items-center justify-center gap-6 pt-3 pb-6 text-xs text-center text-onpe-ui-blue bg-onpe-ui-skyblue-light/15 lg:flex-row md:py-2", children: [jsx("p", { children: "Navegadores recomendados:" }), jsxs("div", { className: "flex gap-6 md:gap-8", children: [jsxs("div", { className: "flex items-center gap-2", children: [jsx(IconChrome, {}), jsx("p", { className: "hidden text-left md:block", children: "Google Chrome" })] }), jsxs("div", { className: "flex items-center gap-2", children: [jsx(IconSafari, {}), jsx("p", { className: "hidden text-left md:block", children: "Safari" })] }), jsxs("div", { className: "flex items-center gap-2", children: [jsx(IconMozilla, {}), jsx("p", { className: "hidden text-left md:block", children: "Mozilla Firefox" })] }), jsxs("div", { className: "flex items-center gap-2", children: [jsx(IconEdge, {}), jsx("p", { className: "hidden text-left md:block", children: "Microsoft Edge" })] })] })] }));
|
|
280
279
|
};
|
|
281
280
|
|
|
282
281
|
var Footer = function (_a) {
|
|
283
|
-
var _b = _a.showBrowserInfo, showBrowserInfo = _b === void 0 ? true : _b, _c = _a.showContactInfo, showContactInfo = _c === void 0 ? true : _c,
|
|
284
|
-
return (jsxs("footer", __assign({}, props, { children: [showFooterContent && (jsxs(Fragment, { children: [
|
|
282
|
+
var _b = _a.showBrowserInfo, showBrowserInfo = _b === void 0 ? true : _b, _c = _a.showContactInfo, showContactInfo = _c === void 0 ? true : _c, children = _a.children, _d = _a.showFooterContent, showFooterContent = _d === void 0 ? true : _d, _e = _a.isDevelopment, isDevelopment = _e === void 0 ? true : _e, props = __rest(_a, ["showBrowserInfo", "showContactInfo", "children", "showFooterContent", "isDevelopment"]);
|
|
283
|
+
return (jsxs("footer", __assign({}, props, { children: [showFooterContent && (jsxs(Fragment, { children: [children && children, showBrowserInfo && jsx(BrowserRecommended, {}), showContactInfo && (jsx("div", { className: "relative z-10 flex w-full min-h-[100px] bg-onpe-ui-blue ", children: jsxs("ul", { className: "flex justify-between items-start lg:items-center w-full flex-col gap-6 mx-auto lg:flex-row py-14 px-4 max-w-[1456px] md:pt-4 md:pb-7", children: [jsxs("li", { children: [jsx("p", { className: "font-semibold pb text-onpe-ui-yellow", children: "Oficina central" }), jsx("p", { className: "text-sm font-medium text-white", children: "Jr. Washington 1894 - Cercado de Lima" })] }), jsxs("li", { children: [jsx("p", { className: "font-semibold text-onpe-ui-yellow", children: "Escr\u00EDbenos" }), jsx("p", { className: "text-sm font-medium text-white", children: "informes@onpe.gob.pe" })] }), jsxs("li", { children: [jsx("p", { className: "font-semibold text-onpe-ui-yellow", children: "Central telef\u00F3nica" }), jsx("p", { className: "text-sm font-medium text-white", children: "(01) 4170630 | Lunes a viernes de 8:30 a.m. a 4:30 p.m." })] })] }) }))] })), isDevelopment && (jsx("div", { className: "h-[93px] lg:h-[46px] w-full text-center flex items-center justify-center bg-onpe-ui-yellow-light/75 fixed z-10 right-0 bottom-0", children: jsxs("p", { className: "px-2 py-1 text-2xl text-onpe-ui-blue font-consolas", children: ["Versi\u00F3n en Desarrollo ", jsx("br", { className: "lg:hidden" }), " - No Oficial"] }) }))] })));
|
|
285
284
|
};
|
|
286
285
|
|
|
287
286
|
/**
|
package/dist/index.js
CHANGED
|
@@ -274,14 +274,13 @@ var IconMozilla = function (props) { return (jsxs("svg", __assign({ width: 24, h
|
|
|
274
274
|
|
|
275
275
|
var IconEdge = function (props) { return (jsxs("svg", __assign({ width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsx("g", { clipPath: "url(#clip0_8211_8231)", children: jsx("path", { d: "M9.86748 11.7697C9.90253 13.051 10.5964 14.591 12.2319 15.9545C13.6546 17.1391 16.1157 18.0916 18.1066 18.0916C18.7863 18.0923 19.4637 18.0112 20.124 17.8498C20.3714 17.7895 20.6314 17.8089 20.8671 17.905C21.1027 18.0012 21.302 18.1693 21.4366 18.3854C21.5711 18.6015 21.6339 18.8546 21.6162 19.1085C21.5984 19.3624 21.5009 19.6043 21.3377 19.7996C19.4012 22.1173 16.6672 23.6261 13.674 24.029C13.5491 24.0479 13.4218 24.0422 13.2992 24.0121C10.7136 23.3739 7.83188 20.132 7.83188 16.8828C7.83188 14.0132 8.84726 12.4769 9.86748 11.7697ZM9.01407 7.25984C10.0434 7.42348 10.9791 7.95314 11.6492 8.75146C11.0422 8.77677 10.442 8.88996 9.86748 9.08749C7.44144 9.89737 5.4143 12.5168 5.4143 16.8828C5.4143 19.9495 6.86364 22.0394 8.76385 23.6797C3.94442 22.315 0.34827 18.0384 0.00255686 12.8685C-0.0167921 12.5867 0.0742415 12.3084 0.256402 12.0925L0.461897 11.8556L0.853544 11.4228L1.17629 11.0832L1.3564 10.897L1.75772 10.4945L2.21464 10.0485L2.46607 9.81034C4.77485 7.63093 7.18034 6.94798 9.01407 7.25984ZM12.0626 -0.0398865C17.8165 -0.0398865 22.6299 3.97926 23.8507 9.36309C24.2859 11.279 23.7141 12.7779 22.8511 13.821C22.1768 14.6235 21.3065 15.2381 20.3247 15.6052C19.1582 16.0173 17.8467 16.0004 16.8047 15.8179C15.8739 15.6547 14.7135 15.3404 14.1418 14.5221C13.9795 14.2901 13.9038 14.0085 13.9278 13.7264C13.9519 13.4443 14.0743 13.1796 14.2735 12.9785C14.8598 12.3862 15.1305 11.7758 15.1704 11.2294C15.182 11.0104 15.1637 10.7908 15.116 10.5767C14.4125 7.40973 12.2319 5.35362 9.41902 4.87616C6.08276 4.30925 2.91695 6.03295 0.576731 8.27037C2.16266 3.44498 6.70529 -0.0398865 12.0626 -0.0398865Z", fill: "currentColor" }) }), jsx("defs", { children: jsx("clipPath", { id: "clip0_8211_8231", children: jsx("rect", { width: 24, height: 24, fill: "white" }) }) })] }))); };
|
|
276
276
|
|
|
277
|
-
var BrowserRecommended = function (
|
|
278
|
-
|
|
279
|
-
return (jsxs("div", { className: "flex flex-col items-center justify-center gap-6 pt-3 pb-6 text-xs text-center text-onpe-ui-blue bg-onpe-ui-skyblue/15 lg:flex-row md:py-2 ".concat(className), children: [jsx("p", { children: title }), jsxs("div", { className: "flex gap-6 lg:gap-8", children: [jsxs("div", { className: "flex items-center gap-2", children: [jsx(IconChrome, { className: "w-4 h-4" }), showLabels && jsx("p", { className: "hidden text-left lg:block", children: "Google Chrome" })] }), jsxs("div", { className: "flex items-center gap-2", children: [jsx(IconSafari, { className: "w-4 h-4" }), showLabels && jsx("p", { className: "hidden text-left lg:block", children: "Safari" })] }), jsxs("div", { className: "flex items-center gap-2", children: [jsx(IconMozilla, { className: "w-4 h-4" }), showLabels && jsx("p", { className: "hidden text-left lg:block", children: "Mozilla Firefox" })] }), jsxs("div", { className: "flex items-center gap-2", children: [jsx(IconEdge, { className: "w-4 h-4" }), showLabels && jsx("p", { className: "hidden text-left lg:block", children: "Microsoft Edge" })] })] })] }));
|
|
277
|
+
var BrowserRecommended = function () {
|
|
278
|
+
return (jsxs("div", { className: "flex flex-col items-center justify-center gap-6 pt-3 pb-6 text-xs text-center text-onpe-ui-blue bg-onpe-ui-skyblue-light/15 lg:flex-row md:py-2", children: [jsx("p", { children: "Navegadores recomendados:" }), jsxs("div", { className: "flex gap-6 md:gap-8", children: [jsxs("div", { className: "flex items-center gap-2", children: [jsx(IconChrome, {}), jsx("p", { className: "hidden text-left md:block", children: "Google Chrome" })] }), jsxs("div", { className: "flex items-center gap-2", children: [jsx(IconSafari, {}), jsx("p", { className: "hidden text-left md:block", children: "Safari" })] }), jsxs("div", { className: "flex items-center gap-2", children: [jsx(IconMozilla, {}), jsx("p", { className: "hidden text-left md:block", children: "Mozilla Firefox" })] }), jsxs("div", { className: "flex items-center gap-2", children: [jsx(IconEdge, {}), jsx("p", { className: "hidden text-left md:block", children: "Microsoft Edge" })] })] })] }));
|
|
280
279
|
};
|
|
281
280
|
|
|
282
281
|
var Footer = function (_a) {
|
|
283
|
-
var _b = _a.showBrowserInfo, showBrowserInfo = _b === void 0 ? true : _b, _c = _a.showContactInfo, showContactInfo = _c === void 0 ? true : _c,
|
|
284
|
-
return (jsxs("footer", __assign({}, props, { children: [showFooterContent && (jsxs(Fragment, { children: [
|
|
282
|
+
var _b = _a.showBrowserInfo, showBrowserInfo = _b === void 0 ? true : _b, _c = _a.showContactInfo, showContactInfo = _c === void 0 ? true : _c, children = _a.children, _d = _a.showFooterContent, showFooterContent = _d === void 0 ? true : _d, _e = _a.isDevelopment, isDevelopment = _e === void 0 ? true : _e, props = __rest(_a, ["showBrowserInfo", "showContactInfo", "children", "showFooterContent", "isDevelopment"]);
|
|
283
|
+
return (jsxs("footer", __assign({}, props, { children: [showFooterContent && (jsxs(Fragment, { children: [children && children, showBrowserInfo && jsx(BrowserRecommended, {}), showContactInfo && (jsx("div", { className: "relative z-10 flex w-full min-h-[100px] bg-onpe-ui-blue ", children: jsxs("ul", { className: "flex justify-between items-start lg:items-center w-full flex-col gap-6 mx-auto lg:flex-row py-14 px-4 max-w-[1456px] md:pt-4 md:pb-7", children: [jsxs("li", { children: [jsx("p", { className: "font-semibold pb text-onpe-ui-yellow", children: "Oficina central" }), jsx("p", { className: "text-sm font-medium text-white", children: "Jr. Washington 1894 - Cercado de Lima" })] }), jsxs("li", { children: [jsx("p", { className: "font-semibold text-onpe-ui-yellow", children: "Escr\u00EDbenos" }), jsx("p", { className: "text-sm font-medium text-white", children: "informes@onpe.gob.pe" })] }), jsxs("li", { children: [jsx("p", { className: "font-semibold text-onpe-ui-yellow", children: "Central telef\u00F3nica" }), jsx("p", { className: "text-sm font-medium text-white", children: "(01) 4170630 | Lunes a viernes de 8:30 a.m. a 4:30 p.m." })] })] }) }))] })), isDevelopment && (jsx("div", { className: "h-[93px] lg:h-[46px] w-full text-center flex items-center justify-center bg-onpe-ui-yellow-light/75 fixed z-10 right-0 bottom-0", children: jsxs("p", { className: "px-2 py-1 text-2xl text-onpe-ui-blue font-consolas", children: ["Versi\u00F3n en Desarrollo ", jsx("br", { className: "lg:hidden" }), " - No Oficial"] }) }))] })));
|
|
285
284
|
};
|
|
286
285
|
|
|
287
286
|
/**
|