general-library-union 2.4.1 → 2.4.2

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.1",
3
+ "version": "2.4.2",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -30,7 +30,7 @@ export declare class AppMenuitemComponent implements OnInit, OnDestroy {
30
30
  calculatePosition(overlay: HTMLElement, target: HTMLElement): void;
31
31
  itemClick(event: Event): void;
32
32
  onMouseEnter(): void;
33
- get submenuAnimation(): "collapsed" | "expanded" | "hidden" | "visible";
33
+ get submenuAnimation(): "visible" | "collapsed" | "expanded" | "hidden";
34
34
  get isHorizontal(): boolean;
35
35
  get isSlim(): boolean;
36
36
  get isSlimPlus(): boolean;
@@ -233,7 +233,7 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
233
233
 
234
234
 
235
235
  img {
236
- max-width: 20rem;
236
+ max-width: 25rem;
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: 18rem;
252
+ max-width: 32rem;
253
253
  }
254
254
 
255
255
 
@@ -233,7 +233,7 @@ body {
233
233
 
234
234
 
235
235
  img {
236
- max-width: 20rem;
236
+ max-width: 25rem;
237
237
  width: 100%;
238
238
  }
239
239
 
@@ -249,7 +249,7 @@ body {
249
249
 
250
250
 
251
251
  #not-found img {
252
- max-width: 18rem;
252
+ max-width: 32rem;
253
253
 
254
254
  }
255
255