general-library-union 2.4.63 → 2.4.65

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "general-library-union",
3
- "version": "2.4.63",
3
+ "version": "2.4.65",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -114,7 +114,7 @@ export declare class ImportarFuenteConComponent implements OnInit {
114
114
  cargarFormularioCamposEntrada(): Promise<void>;
115
115
  camposEntrada(fuente: FuenteGeneralModel, parametrosPunto: FuenteCampoAtributoModel[]): Promise<CampoFormularioModel[]>;
116
116
  obtenerValorMarcador(valorEntrada: string): string;
117
- determinarLongitud(tipoDato: string): 0 | 100 | 5 | 20;
117
+ determinarLongitud(tipoDato: string): 0 | 5 | 20 | 100;
118
118
  cargarParametrosPuntoProceso(): Promise<void>;
119
119
  cargarArchivo(data: FileSelectEvent, fubauto: any): void;
120
120
  private readFile;
@@ -330,7 +330,7 @@ color: var(--color-700);
330
330
  #timeout {
331
331
  width: 100%;
332
332
  height: 100%;
333
- linear-gradient(to bottom, #ffffff, var(--color-100));
333
+ background: linear-gradient(to bottom, #ffffff, var(--color-100));
334
334
 
335
335
 
336
336
  .card-container {
@@ -413,7 +413,7 @@ color: var(--color-700);
413
413
  }
414
414
 
415
415
  img {
416
- max-width: 18rem;
416
+ max-width: 45rem;
417
417
  width: 100%;
418
418
  }
419
419
 
@@ -397,7 +397,7 @@ body {
397
397
  }
398
398
 
399
399
  img {
400
- max-width: 58rem;
400
+ max-width: 45rem;
401
401
  width: 100%;
402
402
  }
403
403