orbiq-neural-ui-kit 1.2.53 → 1.2.54
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.
|
@@ -4610,7 +4610,7 @@ class NeuralDropdownComponent {
|
|
|
4610
4610
|
@if (option.imageUrl) {
|
|
4611
4611
|
<img [src]="option.imageUrl" class="size-4 rounded-sm object-cover" alt="" />
|
|
4612
4612
|
}
|
|
4613
|
-
{{ option.label }}
|
|
4613
|
+
<span class="whitespace-nowrap">{{ option.label }}</span>
|
|
4614
4614
|
</div>
|
|
4615
4615
|
<i class="lucide-chevron-right size-3 text-ink-gray-5"></i>
|
|
4616
4616
|
</button>
|
|
@@ -4637,7 +4637,7 @@ class NeuralDropdownComponent {
|
|
|
4637
4637
|
@if (option.imageUrl) {
|
|
4638
4638
|
<img [src]="option.imageUrl" class="size-4 rounded-sm object-cover" alt="" />
|
|
4639
4639
|
}
|
|
4640
|
-
{{ option.label }}
|
|
4640
|
+
<span class="whitespace-nowrap">{{ option.label }}</span>
|
|
4641
4641
|
@if (option.shortcut) {
|
|
4642
4642
|
<span class="ml-auto text-xs text-ink-gray-5 pr-1">{{ option.shortcut }}</span>
|
|
4643
4643
|
}
|
|
@@ -4656,7 +4656,7 @@ class NeuralDropdownComponent {
|
|
|
4656
4656
|
@if (option.imageUrl) {
|
|
4657
4657
|
<img [src]="option.imageUrl" class="size-4 rounded-sm object-cover" alt="" />
|
|
4658
4658
|
}
|
|
4659
|
-
{{ option.label }}
|
|
4659
|
+
<span class="whitespace-nowrap">{{ option.label }}</span>
|
|
4660
4660
|
@if (option.shortcut) {
|
|
4661
4661
|
<span class="ml-auto text-xs text-ink-gray-5 pr-1">{{ option.shortcut }}</span>
|
|
4662
4662
|
}
|
|
@@ -4715,7 +4715,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
|
|
|
4715
4715
|
@if (option.imageUrl) {
|
|
4716
4716
|
<img [src]="option.imageUrl" class="size-4 rounded-sm object-cover" alt="" />
|
|
4717
4717
|
}
|
|
4718
|
-
{{ option.label }}
|
|
4718
|
+
<span class="whitespace-nowrap">{{ option.label }}</span>
|
|
4719
4719
|
</div>
|
|
4720
4720
|
<i class="lucide-chevron-right size-3 text-ink-gray-5"></i>
|
|
4721
4721
|
</button>
|
|
@@ -4742,7 +4742,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
|
|
|
4742
4742
|
@if (option.imageUrl) {
|
|
4743
4743
|
<img [src]="option.imageUrl" class="size-4 rounded-sm object-cover" alt="" />
|
|
4744
4744
|
}
|
|
4745
|
-
{{ option.label }}
|
|
4745
|
+
<span class="whitespace-nowrap">{{ option.label }}</span>
|
|
4746
4746
|
@if (option.shortcut) {
|
|
4747
4747
|
<span class="ml-auto text-xs text-ink-gray-5 pr-1">{{ option.shortcut }}</span>
|
|
4748
4748
|
}
|
|
@@ -4761,7 +4761,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
|
|
|
4761
4761
|
@if (option.imageUrl) {
|
|
4762
4762
|
<img [src]="option.imageUrl" class="size-4 rounded-sm object-cover" alt="" />
|
|
4763
4763
|
}
|
|
4764
|
-
{{ option.label }}
|
|
4764
|
+
<span class="whitespace-nowrap">{{ option.label }}</span>
|
|
4765
4765
|
@if (option.shortcut) {
|
|
4766
4766
|
<span class="ml-auto text-xs text-ink-gray-5 pr-1">{{ option.shortcut }}</span>
|
|
4767
4767
|
}
|