@onpe/ui 1.3.19 → 1.3.21
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 +14 -0
- package/dist/components.esm.css +14 -0
- package/dist/components.esm.js +1 -1
- package/dist/components.js +1 -1
- package/dist/index.css +14 -0
- package/dist/index.esm.css +14 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -506,6 +506,15 @@ body.onpe-modal-open {
|
|
|
506
506
|
color: var(--onpe-ui-skyblue); /* Color por defecto: azul */
|
|
507
507
|
}
|
|
508
508
|
|
|
509
|
+
.onpe-modal-confirm-title-short {
|
|
510
|
+
margin-top: 0px;
|
|
511
|
+
font-size: 18px; /* 1.125rem = 18px */
|
|
512
|
+
font-weight: 600; /* font-semibold */
|
|
513
|
+
text-align: center;
|
|
514
|
+
color: var(--onpe-ui-skyblue); /* Color por defecto: azul */
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
|
|
509
518
|
/* Colores dinámicos para el título */
|
|
510
519
|
.onpe-modal-confirm-title-blue {
|
|
511
520
|
color: var(--onpe-ui-skyblue);
|
|
@@ -552,6 +561,11 @@ body.onpe-modal-open {
|
|
|
552
561
|
margin-top: 16px; /* 1rem = 16px */
|
|
553
562
|
font-size: 24px; /* 1.5rem = 24px */
|
|
554
563
|
}
|
|
564
|
+
|
|
565
|
+
.onpe-modal-confirm-title-short {
|
|
566
|
+
margin-top: 0px; /* 1rem = 16px */
|
|
567
|
+
font-size: 24px; /* 1.5rem = 24px */
|
|
568
|
+
}
|
|
555
569
|
|
|
556
570
|
.onpe-modal-confirm-message {
|
|
557
571
|
font-size: 18px; /* 1.125rem = 18px */
|
package/dist/index.esm.css
CHANGED
|
@@ -506,6 +506,15 @@ body.onpe-modal-open {
|
|
|
506
506
|
color: var(--onpe-ui-skyblue); /* Color por defecto: azul */
|
|
507
507
|
}
|
|
508
508
|
|
|
509
|
+
.onpe-modal-confirm-title-short {
|
|
510
|
+
margin-top: 0px;
|
|
511
|
+
font-size: 18px; /* 1.125rem = 18px */
|
|
512
|
+
font-weight: 600; /* font-semibold */
|
|
513
|
+
text-align: center;
|
|
514
|
+
color: var(--onpe-ui-skyblue); /* Color por defecto: azul */
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
|
|
509
518
|
/* Colores dinámicos para el título */
|
|
510
519
|
.onpe-modal-confirm-title-blue {
|
|
511
520
|
color: var(--onpe-ui-skyblue);
|
|
@@ -552,6 +561,11 @@ body.onpe-modal-open {
|
|
|
552
561
|
margin-top: 16px; /* 1rem = 16px */
|
|
553
562
|
font-size: 24px; /* 1.5rem = 24px */
|
|
554
563
|
}
|
|
564
|
+
|
|
565
|
+
.onpe-modal-confirm-title-short {
|
|
566
|
+
margin-top: 0px; /* 1rem = 16px */
|
|
567
|
+
font-size: 24px; /* 1.5rem = 24px */
|
|
568
|
+
}
|
|
555
569
|
|
|
556
570
|
.onpe-modal-confirm-message {
|
|
557
571
|
font-size: 18px; /* 1.125rem = 18px */
|