general-library-union 2.3.26 → 2.3.27

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.3.26",
3
+ "version": "2.3.27",
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;
@@ -205,12 +205,13 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
205
205
  @media only screen and (max-width:1600px) and (min-width:1360px){
206
206
 
207
207
  #not-found img {
208
- margin-top: 10%;
208
+ margin-top: 6%;
209
+ max-width: 18rem;
209
210
  }
210
211
 
211
212
 
212
213
  #not-found h5{
213
- margin-top: -10%;
214
+ margin-top: -5%;
214
215
  margin-bottom: 10%;
215
216
  color: #232323 !important;
216
217
  }
@@ -203,12 +203,14 @@ body {
203
203
  @media only screen and (max-width:1600px) and (min-width:1360px){
204
204
 
205
205
  #not-found img {
206
- margin-top: 10%;
206
+ margin-top: 6%;
207
+ max-width: 18rem;
208
+
207
209
  }
208
210
 
209
211
 
210
212
  #not-found h5{
211
- margin-top: -10%;
213
+ margin-top: -5%;
212
214
  margin-bottom: 10%;
213
215
  }
214
216