orbiq-neural-ui-kit 1.2.51 → 1.2.52

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.
@@ -4616,7 +4616,7 @@ class NeuralDropdownComponent {
4616
4616
  </button>
4617
4617
 
4618
4618
  <!-- Nested Panel -->
4619
- <div class="absolute left-full top-0 hidden group-hover:block pl-1.5 z-50">
4619
+ <div class="absolute left-full top-0 opacity-0 invisible group-hover:opacity-100 group-hover:visible transition-all duration-200 delay-100 group-hover:delay-150 pl-1.5 z-50">
4620
4620
  <neural-popover-panel class="block min-w-[180px]">
4621
4621
  <ng-container *ngTemplateOutlet="menuList; context: { $implicit: option.children, popover: popover }"></ng-container>
4622
4622
  </neural-popover-panel>
@@ -4721,7 +4721,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
4721
4721
  </button>
4722
4722
 
4723
4723
  <!-- Nested Panel -->
4724
- <div class="absolute left-full top-0 hidden group-hover:block pl-1.5 z-50">
4724
+ <div class="absolute left-full top-0 opacity-0 invisible group-hover:opacity-100 group-hover:visible transition-all duration-200 delay-100 group-hover:delay-150 pl-1.5 z-50">
4725
4725
  <neural-popover-panel class="block min-w-[180px]">
4726
4726
  <ng-container *ngTemplateOutlet="menuList; context: { $implicit: option.children, popover: popover }"></ng-container>
4727
4727
  </neural-popover-panel>