general-library-union 2.4.2 → 2.4.4
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/esm2022/src/app/core/servicios/utils.service.mjs +16 -1
- package/fesm2022/general-library-union.mjs +15 -0
- package/fesm2022/general-library-union.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/core/servicios/utils.service.d.ts +1 -0
- package/src/styles/primeng/sass/overrides/_theme_styles.scss +2 -2
- package/src/styles/primeng/sass/overrides/_theme_styles_dark.scss +2 -2
package/package.json
CHANGED
|
@@ -35,6 +35,7 @@ export declare class UtilsService {
|
|
|
35
35
|
private _decodeToken;
|
|
36
36
|
getItem(key: string, defaultValue?: string): string | undefined;
|
|
37
37
|
cambiarTema(tema: ('temaClaro' | 'temaOscuro')): void;
|
|
38
|
+
calcularPosicionDialog(): void;
|
|
38
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<UtilsService, never>;
|
|
39
40
|
static ɵprov: i0.ɵɵInjectableDeclaration<UtilsService>;
|
|
40
41
|
}
|
|
@@ -233,7 +233,7 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
233
233
|
|
|
234
234
|
|
|
235
235
|
img {
|
|
236
|
-
max-width:
|
|
236
|
+
max-width: 20rem;
|
|
237
237
|
width: 100%;
|
|
238
238
|
}
|
|
239
239
|
|
|
@@ -249,7 +249,7 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
249
249
|
|
|
250
250
|
|
|
251
251
|
#not-found img {
|
|
252
|
-
max-width:
|
|
252
|
+
max-width: 18rem;
|
|
253
253
|
}
|
|
254
254
|
|
|
255
255
|
|