@votodigital-onpeui/react 0.1.12 → 0.1.13
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/{chunk-QXUW4UAG.mjs → chunk-TNUNWG4S.mjs} +3 -3
- package/dist/{chunk-QXUW4UAG.mjs.map → chunk-TNUNWG4S.mjs.map} +1 -1
- package/dist/components.js +1 -1
- package/dist/components.js.map +1 -1
- package/dist/components.mjs +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/components.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { BrowserRecommended, Button, Footer, Modal, ModalBrowserIncompatible, ModalConfirm, ModalDnieVersions, ModalLoading, ModalNfc, ModalSystemIncompatible, NotRecommended, Overlay, Portal, Show } from './chunk-
|
|
1
|
+
export { BrowserRecommended, Button, Footer, Modal, ModalBrowserIncompatible, ModalConfirm, ModalDnieVersions, ModalLoading, ModalNfc, ModalSystemIncompatible, NotRecommended, Overlay, Portal, Show } from './chunk-TNUNWG4S.mjs';
|
|
2
2
|
import './chunk-UEKVXFZK.mjs';
|
|
3
3
|
//# sourceMappingURL=components.mjs.map
|
|
4
4
|
//# sourceMappingURL=components.mjs.map
|
package/dist/index.js
CHANGED
|
@@ -1763,7 +1763,7 @@ var Modal = ({
|
|
|
1763
1763
|
"button",
|
|
1764
1764
|
{
|
|
1765
1765
|
onClick: onClose,
|
|
1766
|
-
className: "absolute top-2.5 right-2.5 text-onpe-red cursor-pointer w-4 h-4 border-none bg-transparent p-0 md:w-
|
|
1766
|
+
className: "absolute top-2.5 right-2.5 text-onpe-red cursor-pointer w-4 h-4 border-none bg-transparent p-0 md:w-6 md:h-6",
|
|
1767
1767
|
"aria-label": "Cerrar",
|
|
1768
1768
|
type: "button",
|
|
1769
1769
|
children: /* @__PURE__ */ jsxRuntime.jsx(IconCloseRadius, { "aria-hidden": "true", className: "w-full h-full" })
|