general-library-union 2.3.43 → 2.3.44

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.43",
3
+ "version": "2.3.44",
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;
@@ -117,7 +117,8 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
117
117
 
118
118
  .card-container{
119
119
  height: 100vh;
120
- padding-top: 5%;
120
+ justify-content: center;
121
+ align-items: center;
121
122
  }
122
123
 
123
124
 
@@ -152,6 +153,7 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
152
153
  font-weight: 500;
153
154
  margin: 0;
154
155
  margin-bottom: 20px;
156
+ text-align: center;
155
157
 
156
158
 
157
159
  @include breakpoint(large) {
@@ -173,6 +175,7 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
173
175
  #not-found button:hover{
174
176
  background: linear-gradient(45deg, var(--color-600), var(--color-400));
175
177
  box-shadow: 3px 3px 12px var(--color-300);
178
+
176
179
  }
177
180
 
178
181
  #not-found .p-button {
@@ -204,19 +207,14 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
204
207
 
205
208
  @media only screen and (max-width:1600px) and (min-width:1360px){
206
209
 
207
- #not-found .card-container {
208
- padding-top: 2%;
209
- }
210
+
210
211
 
211
212
  #not-found img {
212
- margin-top: 6%;
213
213
  max-width: 18rem;
214
214
  }
215
215
 
216
216
 
217
217
  #not-found h5{
218
- margin-top: -5%;
219
- margin-bottom: 7%;
220
218
  color: var(--color-700);
221
219
  }
222
220
 
@@ -239,7 +237,6 @@ color: var(--color-700);
239
237
 
240
238
  .card-container {
241
239
  height: 100vh;
242
- padding-top: 5%;
243
240
  }
244
241
 
245
242
  img {
@@ -126,7 +126,8 @@ body {
126
126
 
127
127
  .card-container{
128
128
  height: 100vh;
129
- padding-top: 5%;
129
+ justify-content: center;
130
+ align-items: center;
130
131
  }
131
132
 
132
133
 
@@ -162,6 +163,7 @@ body {
162
163
  font-weight: 500;
163
164
  margin: 0;
164
165
  margin-bottom: 20px;
166
+ text-align: center;
165
167
 
166
168
 
167
169
  @include breakpoint(large) {
@@ -171,6 +173,7 @@ body {
171
173
 
172
174
  button {
173
175
  padding: 0.5rem 6rem;
176
+ margin-bottom: 7%;
174
177
  }
175
178
  }
176
179
 
@@ -203,24 +206,13 @@ body {
203
206
  @media only screen and (max-width:1600px) and (min-width:1360px){
204
207
 
205
208
 
206
- #not-found .card-container {
207
- padding-top: 2%;
208
- }
209
209
 
210
210
  #not-found img {
211
- margin-top: 6%;
212
211
  max-width: 18rem;
213
212
 
214
213
  }
215
214
 
216
215
 
217
- #not-found h5{
218
- margin-top: -5%;
219
- margin-bottom: 7%;
220
- }
221
-
222
-
223
-
224
216
  }
225
217
 
226
218
 
@@ -239,7 +231,6 @@ margin-bottom: 7%;
239
231
 
240
232
  .card-container {
241
233
  height: 100vh;
242
- padding-top: 5%;
243
234
  }
244
235
 
245
236
  img {
@@ -271,7 +262,6 @@ margin-bottom: 7%;
271
262
 
272
263
  button {
273
264
  padding: 0.5rem 6rem;
274
- margin-top: 2%;
275
265
  background: #232323;
276
266
  border-radius: 5px;
277
267
  color: #fff;