general-library-union 3.2.80 → 3.2.82

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": "3.2.80",
3
+ "version": "3.2.82",
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(): "visible" | "collapsed" | "expanded" | "hidden";
33
+ get submenuAnimation(): "collapsed" | "expanded" | "hidden" | "visible";
34
34
  get isHorizontal(): boolean;
35
35
  get isSlim(): boolean;
36
36
  get isSlimPlus(): boolean;
@@ -3495,6 +3495,12 @@ button:focus-visible {
3495
3495
  border-bottom: solid 1px var(--color-85);
3496
3496
  }
3497
3497
 
3498
+ .p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
3499
+ outline: 0 none;
3500
+ outline-offset: 0;
3501
+ box-shadow: 0 0 0 0.2rem var(--color-400);
3502
+ }
3503
+
3498
3504
 
3499
3505
  .nomostrar .p-message.p-message-error {
3500
3506
  display: none !important;
@@ -3531,11 +3537,6 @@ tfoot.p-datatable-tfoot {
3531
3537
 
3532
3538
  }
3533
3539
 
3534
-
3535
- .p-accordion-header:focus {
3536
- outline: 2px solid var(--color-400) !important;
3537
- }
3538
-
3539
3540
  .menu-accordeon .p-accordion p-accordiontab .p-accordion-tab {
3540
3541
  margin-bottom: 0rem ;
3541
3542
  border-bottom: solid 1px var(--color-100);
@@ -3533,8 +3533,11 @@ p.chip {
3533
3533
  opacity: 0.5;
3534
3534
  }
3535
3535
 
3536
- .p-accordion-header:focus {
3537
- outline: 2px solid var(--color-400) !important;
3536
+
3537
+ .p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
3538
+ outline: 0 none;
3539
+ outline-offset: 0;
3540
+ box-shadow: 0 0 0 0.2rem var(--color-400);
3538
3541
  }
3539
3542
 
3540
3543