@onpe/ui 1.2.55 → 1.2.56

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.
@@ -935,10 +935,8 @@ body.onpe-modal-open {
935
935
  /* Solo contenido - el espaciado lo maneja el Modal base */
936
936
  width: 100%;
937
937
  max-width: 590px !important; /* Tamaño específico para este modal */
938
- padding-top: 46px !important; /* pt-5 */
939
- padding-bottom: 46px !important; /* pb-8 */
940
- padding-left: 30px !important; /* pl-5 */
941
- padding-right: 30px !important; /* pr-5 */
938
+ padding-top: 30px !important; /* pl-5 */
939
+ padding-bottom: 38px !important; /* pr-5 */
942
940
  }
943
941
 
944
942
  .onpe-modal-dnie-versions-title {
@@ -935,10 +935,8 @@ body.onpe-modal-open {
935
935
  /* Solo contenido - el espaciado lo maneja el Modal base */
936
936
  width: 100%;
937
937
  max-width: 590px !important; /* Tamaño específico para este modal */
938
- padding-top: 46px !important; /* pt-5 */
939
- padding-bottom: 46px !important; /* pb-8 */
940
- padding-left: 30px !important; /* pl-5 */
941
- padding-right: 30px !important; /* pr-5 */
938
+ padding-top: 30px !important; /* pl-5 */
939
+ padding-bottom: 38px !important; /* pr-5 */
942
940
  }
943
941
 
944
942
  .onpe-modal-dnie-versions-title {
package/dist/index.css CHANGED
@@ -935,10 +935,8 @@ body.onpe-modal-open {
935
935
  /* Solo contenido - el espaciado lo maneja el Modal base */
936
936
  width: 100%;
937
937
  max-width: 590px !important; /* Tamaño específico para este modal */
938
- padding-top: 46px !important; /* pt-5 */
939
- padding-bottom: 46px !important; /* pb-8 */
940
- padding-left: 30px !important; /* pl-5 */
941
- padding-right: 30px !important; /* pr-5 */
938
+ padding-top: 30px !important; /* pl-5 */
939
+ padding-bottom: 38px !important; /* pr-5 */
942
940
  }
943
941
 
944
942
  .onpe-modal-dnie-versions-title {
@@ -935,10 +935,8 @@ body.onpe-modal-open {
935
935
  /* Solo contenido - el espaciado lo maneja el Modal base */
936
936
  width: 100%;
937
937
  max-width: 590px !important; /* Tamaño específico para este modal */
938
- padding-top: 46px !important; /* pt-5 */
939
- padding-bottom: 46px !important; /* pb-8 */
940
- padding-left: 30px !important; /* pl-5 */
941
- padding-right: 30px !important; /* pr-5 */
938
+ padding-top: 30px !important; /* pl-5 */
939
+ padding-bottom: 38px !important; /* pr-5 */
942
940
  }
943
941
 
944
942
  .onpe-modal-dnie-versions-title {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onpe/ui",
3
- "version": "1.2.55",
3
+ "version": "1.2.56",
4
4
  "type": "module",
5
5
  "description": "Librería de componentes UI para ONPE - Componentes e Iconos",
6
6
  "main": "dist/index.js",