@planetaexo/design-system 0.3.17 → 0.3.18

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/index.js CHANGED
@@ -1781,7 +1781,7 @@ function TermsSection({
1781
1781
  ] })
1782
1782
  ] }),
1783
1783
  !checked && warningMessage && /* @__PURE__ */ jsx("p", { className: "text-xs text-amber-400 flex items-center gap-1", children: warningMessage }),
1784
- /* @__PURE__ */ jsx(Dialog, { open: modalOpen, onOpenChange: setModalOpen, children: /* @__PURE__ */ jsxs(DialogContent, { className: "max-w-[90vw] w-full max-h-[80vh] overflow-y-auto", children: [
1784
+ /* @__PURE__ */ jsx(Dialog, { open: modalOpen, onOpenChange: setModalOpen, children: /* @__PURE__ */ jsxs(DialogContent, { className: "max-w-[90vw] sm:max-w-[90vw] w-full max-h-[80vh] overflow-y-auto", children: [
1785
1785
  /* @__PURE__ */ jsx(DialogHeader, { children: /* @__PURE__ */ jsxs(DialogTitle, { className: "font-heading text-xl", children: [
1786
1786
  i18n.modalTitle,
1787
1787
  " \u2014 PlanetaEXO"