next-recomponents 2.0.11 → 2.0.12

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
@@ -36956,7 +36956,7 @@ function PopupOverlay({
36956
36956
  "div",
36957
36957
  {
36958
36958
  className: `bg-gradient-to-br ${c.bg} border ${c.border} ${popup.full == true ? " w-full h-screen m-20 " : " max-w-sm "} rounded-2xl shadow-2xl mx-4`,
36959
- style: { animation: "fadeInScale 0.18s ease-out" },
36959
+ style: { animation: "fadeInScale 0.18s ease-out", overflow: "auto" },
36960
36960
  children: [
36961
36961
  /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("div", { className: "flex flex-col items-center gap-3 px-8 pt-8 pb-5 text-center ", children: [
36962
36962
  (popup == null ? void 0 : popup.icons) == true && /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
package/dist/index.mjs CHANGED
@@ -36942,7 +36942,7 @@ function PopupOverlay({
36942
36942
  "div",
36943
36943
  {
36944
36944
  className: `bg-gradient-to-br ${c.bg} border ${c.border} ${popup.full == true ? " w-full h-screen m-20 " : " max-w-sm "} rounded-2xl shadow-2xl mx-4`,
36945
- style: { animation: "fadeInScale 0.18s ease-out" },
36945
+ style: { animation: "fadeInScale 0.18s ease-out", overflow: "auto" },
36946
36946
  children: [
36947
36947
  /* @__PURE__ */ jsxs9("div", { className: "flex flex-col items-center gap-3 px-8 pt-8 pb-5 text-center ", children: [
36948
36948
  (popup == null ? void 0 : popup.icons) == true && /* @__PURE__ */ jsx14(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-recomponents",
3
- "version": "2.0.11",
3
+ "version": "2.0.12",
4
4
  "description": "description nueva",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -33,7 +33,7 @@ export function PopupOverlay({
33
33
 
34
34
  <div
35
35
  className={`bg-gradient-to-br ${c.bg} border ${c.border} ${popup.full == true ? " w-full h-screen m-20 " : " max-w-sm "} rounded-2xl shadow-2xl mx-4`}
36
- style={{ animation: "fadeInScale 0.18s ease-out" }}
36
+ style={{ animation: "fadeInScale 0.18s ease-out", overflow: "auto" }}
37
37
  >
38
38
  {/* Header */}
39
39
  <div className="flex flex-col items-center gap-3 px-8 pt-8 pb-5 text-center ">