orbiq-neural-ui-kit 1.2.48 → 1.2.49

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.
@@ -4519,7 +4519,7 @@ class NeuralPopoverPanelComponent {
4519
4519
  data-slot="content-body"
4520
4520
  data-panel
4521
4521
  data-motion="instant"
4522
- class="rounded-6 bg-surface-elevation-2 shadow-2xl ring-1 ring-black/5 will-change-[opacity]"
4522
+ class="flex flex-col p-1 rounded-6 bg-surface-elevation-2 shadow-2xl ring-1 ring-black/5 will-change-[opacity]"
4523
4523
  >
4524
4524
  <ng-content></ng-content>
4525
4525
  </div>
@@ -4535,7 +4535,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
4535
4535
  data-slot="content-body"
4536
4536
  data-panel
4537
4537
  data-motion="instant"
4538
- class="rounded-6 bg-surface-elevation-2 shadow-2xl ring-1 ring-black/5 will-change-[opacity]"
4538
+ class="flex flex-col p-1 rounded-6 bg-surface-elevation-2 shadow-2xl ring-1 ring-black/5 will-change-[opacity]"
4539
4539
  >
4540
4540
  <ng-content></ng-content>
4541
4541
  </div>
@@ -4580,7 +4580,7 @@ class NeuralDropdownComponent {
4580
4580
  </div>
4581
4581
 
4582
4582
  <ng-template neuralPopoverContent let-popover>
4583
- <neural-popover-panel class="flex flex-col min-w-[200px] p-1">
4583
+ <neural-popover-panel class="block min-w-[200px]">
4584
4584
  <ng-container *ngTemplateOutlet="menuList; context: { $implicit: options(), popover: popover }"></ng-container>
4585
4585
  </neural-popover-panel>
4586
4586
  </ng-template>
@@ -4617,7 +4617,7 @@ class NeuralDropdownComponent {
4617
4617
 
4618
4618
  <!-- Nested Panel -->
4619
4619
  <div class="absolute left-full top-0 hidden group-hover:block pl-1.5 z-50">
4620
- <neural-popover-panel class="flex flex-col min-w-[180px] p-1 shadow-lg border border-outline-gray-2">
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>
4623
4623
  </div>
@@ -4639,7 +4639,7 @@ class NeuralDropdownComponent {
4639
4639
  }
4640
4640
  {{ option.label }}
4641
4641
  @if (option.shortcut) {
4642
- <span class="ml-auto text-xs text-ink-gray-5 font-mono tracking-wider flex items-center leading-none translate-y-px">{{ option.shortcut }}</span>
4642
+ <span class="ml-auto text-xs text-ink-gray-5 font-mono tracking-wider">{{ option.shortcut }}</span>
4643
4643
  }
4644
4644
  </a>
4645
4645
  } @else {
@@ -4658,7 +4658,7 @@ class NeuralDropdownComponent {
4658
4658
  }
4659
4659
  {{ option.label }}
4660
4660
  @if (option.shortcut) {
4661
- <span class="ml-auto text-xs text-ink-gray-5 font-mono tracking-wider flex items-center leading-none translate-y-px">{{ option.shortcut }}</span>
4661
+ <span class="ml-auto text-xs text-ink-gray-5 font-mono tracking-wider">{{ option.shortcut }}</span>
4662
4662
  }
4663
4663
  </button>
4664
4664
  }
@@ -4685,7 +4685,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
4685
4685
  </div>
4686
4686
 
4687
4687
  <ng-template neuralPopoverContent let-popover>
4688
- <neural-popover-panel class="flex flex-col min-w-[200px] p-1">
4688
+ <neural-popover-panel class="block min-w-[200px]">
4689
4689
  <ng-container *ngTemplateOutlet="menuList; context: { $implicit: options(), popover: popover }"></ng-container>
4690
4690
  </neural-popover-panel>
4691
4691
  </ng-template>
@@ -4722,7 +4722,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
4722
4722
 
4723
4723
  <!-- Nested Panel -->
4724
4724
  <div class="absolute left-full top-0 hidden group-hover:block pl-1.5 z-50">
4725
- <neural-popover-panel class="flex flex-col min-w-[180px] p-1 shadow-lg border border-outline-gray-2">
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>
4728
4728
  </div>
@@ -4744,7 +4744,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
4744
4744
  }
4745
4745
  {{ option.label }}
4746
4746
  @if (option.shortcut) {
4747
- <span class="ml-auto text-xs text-ink-gray-5 font-mono tracking-wider flex items-center leading-none translate-y-px">{{ option.shortcut }}</span>
4747
+ <span class="ml-auto text-xs text-ink-gray-5 font-mono tracking-wider">{{ option.shortcut }}</span>
4748
4748
  }
4749
4749
  </a>
4750
4750
  } @else {
@@ -4763,7 +4763,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
4763
4763
  }
4764
4764
  {{ option.label }}
4765
4765
  @if (option.shortcut) {
4766
- <span class="ml-auto text-xs text-ink-gray-5 font-mono tracking-wider flex items-center leading-none translate-y-px">{{ option.shortcut }}</span>
4766
+ <span class="ml-auto text-xs text-ink-gray-5 font-mono tracking-wider">{{ option.shortcut }}</span>
4767
4767
  }
4768
4768
  </button>
4769
4769
  }