@votodigital-onpeui/react 0.1.53 → 0.1.55
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-FBPCESRR.mjs → chunk-DFOTZ4CC.mjs} +9 -3
- package/dist/chunk-DFOTZ4CC.mjs.map +1 -0
- package/dist/components.js +7 -1
- package/dist/components.js.map +1 -1
- package/dist/components.mjs +1 -1
- package/dist/index.js +7 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/modal.d.mts +1 -3
- package/dist/modal.d.ts +1 -3
- package/dist/modal.js +21 -19
- package/dist/modal.js.map +1 -1
- package/dist/modal.mjs +15 -19
- package/dist/modal.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-FBPCESRR.mjs.map +0 -1
package/dist/components.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { BrowserRecommended, Footer, ModalBrowserIncompatible, ModalDnieVersions, ModalNfc, ModalSystemIncompatible, NotRecommended, Overlay, Show } from './chunk-PYHXDWTI.mjs';
|
|
2
2
|
import './chunk-KWOWOGBU.mjs';
|
|
3
|
-
export { Button, ModalConfirm, ModalLoading } from './chunk-
|
|
3
|
+
export { Button, ModalConfirm, ModalLoading } from './chunk-DFOTZ4CC.mjs';
|
|
4
4
|
import './chunk-WMTOTUKK.mjs';
|
|
5
5
|
export { Modal, Portal } from './chunk-RIILZBD5.mjs';
|
|
6
6
|
import './chunk-J4MV4J6H.mjs';
|
package/dist/index.js
CHANGED
|
@@ -2276,7 +2276,13 @@ var ModalLoading = ({
|
|
|
2276
2276
|
}
|
|
2277
2277
|
)
|
|
2278
2278
|
] }),
|
|
2279
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2279
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2280
|
+
"p",
|
|
2281
|
+
{
|
|
2282
|
+
className: `text-white leading-normal text-2xl md:text-[64px] text-center ${spinner ? "mt-5" : "mt-10 md:mt-20"}`,
|
|
2283
|
+
children: message
|
|
2284
|
+
}
|
|
2285
|
+
)
|
|
2280
2286
|
]
|
|
2281
2287
|
}
|
|
2282
2288
|
);
|