orbiq-neural-ui-kit 1.2.49 → 1.2.50
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.
|
@@ -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
|
|
4642
|
+
<span class="ml-auto text-xs text-ink-gray-5 pr-1">{{ 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
|
|
4661
|
+
<span class="ml-auto text-xs text-ink-gray-5 pr-1">{{ option.shortcut }}</span>
|
|
4662
4662
|
}
|
|
4663
4663
|
</button>
|
|
4664
4664
|
}
|
|
@@ -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
|
|
4747
|
+
<span class="ml-auto text-xs text-ink-gray-5 pr-1">{{ 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
|
|
4766
|
+
<span class="ml-auto text-xs text-ink-gray-5 pr-1">{{ option.shortcut }}</span>
|
|
4767
4767
|
}
|
|
4768
4768
|
</button>
|
|
4769
4769
|
}
|