@votodigital-onpeui/react 0.1.52 → 0.1.53

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.
@@ -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-RH257UX5.mjs';
3
+ export { Button, ModalConfirm, ModalLoading } from './chunk-FBPCESRR.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
@@ -2156,14 +2156,14 @@ var ModalConfirm = ({
2156
2156
  "div",
2157
2157
  {
2158
2158
  id: messageId,
2159
- className: `mt-7 text-sm md:text-lg max-w-full text-black ${alignJustify ? "text-justify" : "text-center"}`,
2159
+ className: `mt-7 w-full text-sm md:text-lg text-black ${alignJustify ? "text-justify" : "text-center"}`,
2160
2160
  dangerouslySetInnerHTML: { __html: message }
2161
2161
  }
2162
2162
  ) : /* @__PURE__ */ jsxRuntime.jsx(
2163
2163
  "div",
2164
2164
  {
2165
2165
  id: messageId,
2166
- className: `mt-7 text-sm md:text-lg max-w-full text-black ${alignJustify ? "text-justify" : "text-center"}`,
2166
+ className: `mt-7 w-full text-sm md:text-lg max-w-full text-black ${alignJustify ? "text-justify" : "text-center"}`,
2167
2167
  children: message
2168
2168
  }
2169
2169
  )),
@@ -2171,7 +2171,7 @@ var ModalConfirm = ({
2171
2171
  "div",
2172
2172
  {
2173
2173
  id: message ? void 0 : messageId,
2174
- className: `text-sm md:text-lg max-w-full text-black ${alignJustify ? "text-justify" : "text-center"}`,
2174
+ className: `text-sm w-full md:text-lg max-w-full text-black ${alignJustify ? "text-justify" : "text-center"}`,
2175
2175
  children: content
2176
2176
  }
2177
2177
  ),