@onpe/ui 1.2.79 → 1.2.81
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/components.css +2 -1
- package/dist/components.esm.css +2 -1
- package/dist/index.css +2 -1
- package/dist/index.esm.css +2 -1
- package/package.json +1 -1
package/dist/components.css
CHANGED
|
@@ -271,7 +271,7 @@ body.onpe-modal-open {
|
|
|
271
271
|
padding: 25px 1rem 50px 1rem; /* Móvil: top 25px, bottom 50px, left/right 1rem */
|
|
272
272
|
min-width: 320px;
|
|
273
273
|
width: 95vw; /* Móvil: 95vw automático */
|
|
274
|
-
max-width:
|
|
274
|
+
max-width: 337px; /* Móvil: máximo 337px */
|
|
275
275
|
max-height: 90vh;
|
|
276
276
|
overflow-y: auto;
|
|
277
277
|
scroll-behavior: smooth; /* Scroll suave */
|
|
@@ -324,6 +324,7 @@ body.onpe-modal-open {
|
|
|
324
324
|
@media (min-width: 768px) {
|
|
325
325
|
.onpe-modal-content.onpe-modal-with-background {
|
|
326
326
|
padding: 35px 2rem 54px 2rem; /* Desktop: top 35px, bottom 54px, left/right 2rem */
|
|
327
|
+
width: 95vw;
|
|
327
328
|
max-width: 1000px;
|
|
328
329
|
}
|
|
329
330
|
|
package/dist/components.esm.css
CHANGED
|
@@ -271,7 +271,7 @@ body.onpe-modal-open {
|
|
|
271
271
|
padding: 25px 1rem 50px 1rem; /* Móvil: top 25px, bottom 50px, left/right 1rem */
|
|
272
272
|
min-width: 320px;
|
|
273
273
|
width: 95vw; /* Móvil: 95vw automático */
|
|
274
|
-
max-width:
|
|
274
|
+
max-width: 337px; /* Móvil: máximo 337px */
|
|
275
275
|
max-height: 90vh;
|
|
276
276
|
overflow-y: auto;
|
|
277
277
|
scroll-behavior: smooth; /* Scroll suave */
|
|
@@ -324,6 +324,7 @@ body.onpe-modal-open {
|
|
|
324
324
|
@media (min-width: 768px) {
|
|
325
325
|
.onpe-modal-content.onpe-modal-with-background {
|
|
326
326
|
padding: 35px 2rem 54px 2rem; /* Desktop: top 35px, bottom 54px, left/right 2rem */
|
|
327
|
+
width: 95vw;
|
|
327
328
|
max-width: 1000px;
|
|
328
329
|
}
|
|
329
330
|
|
package/dist/index.css
CHANGED
|
@@ -271,7 +271,7 @@ body.onpe-modal-open {
|
|
|
271
271
|
padding: 25px 1rem 50px 1rem; /* Móvil: top 25px, bottom 50px, left/right 1rem */
|
|
272
272
|
min-width: 320px;
|
|
273
273
|
width: 95vw; /* Móvil: 95vw automático */
|
|
274
|
-
max-width:
|
|
274
|
+
max-width: 337px; /* Móvil: máximo 337px */
|
|
275
275
|
max-height: 90vh;
|
|
276
276
|
overflow-y: auto;
|
|
277
277
|
scroll-behavior: smooth; /* Scroll suave */
|
|
@@ -324,6 +324,7 @@ body.onpe-modal-open {
|
|
|
324
324
|
@media (min-width: 768px) {
|
|
325
325
|
.onpe-modal-content.onpe-modal-with-background {
|
|
326
326
|
padding: 35px 2rem 54px 2rem; /* Desktop: top 35px, bottom 54px, left/right 2rem */
|
|
327
|
+
width: 95vw;
|
|
327
328
|
max-width: 1000px;
|
|
328
329
|
}
|
|
329
330
|
|
package/dist/index.esm.css
CHANGED
|
@@ -271,7 +271,7 @@ body.onpe-modal-open {
|
|
|
271
271
|
padding: 25px 1rem 50px 1rem; /* Móvil: top 25px, bottom 50px, left/right 1rem */
|
|
272
272
|
min-width: 320px;
|
|
273
273
|
width: 95vw; /* Móvil: 95vw automático */
|
|
274
|
-
max-width:
|
|
274
|
+
max-width: 337px; /* Móvil: máximo 337px */
|
|
275
275
|
max-height: 90vh;
|
|
276
276
|
overflow-y: auto;
|
|
277
277
|
scroll-behavior: smooth; /* Scroll suave */
|
|
@@ -324,6 +324,7 @@ body.onpe-modal-open {
|
|
|
324
324
|
@media (min-width: 768px) {
|
|
325
325
|
.onpe-modal-content.onpe-modal-with-background {
|
|
326
326
|
padding: 35px 2rem 54px 2rem; /* Desktop: top 35px, bottom 54px, left/right 2rem */
|
|
327
|
+
width: 95vw;
|
|
327
328
|
max-width: 1000px;
|
|
328
329
|
}
|
|
329
330
|
|