orbiq-neural-ui-kit 1.2.49 → 1.2.51

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.
@@ -398,7 +398,7 @@ class NeuralIconComponent {
398
398
  @if (isLucideIcon()) {
399
399
  <span [class]="name()" aria-hidden="true"></span>
400
400
  } @else if (isEmojiIcon()) {
401
- <span class="inline-flex items-center justify-center leading-none" aria-hidden="true">
401
+ <span class="inline-flex items-center justify-center" aria-hidden="true">
402
402
  {{ name() }}
403
403
  </span>
404
404
  } @else {
@@ -417,7 +417,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
417
417
  @if (isLucideIcon()) {
418
418
  <span [class]="name()" aria-hidden="true"></span>
419
419
  } @else if (isEmojiIcon()) {
420
- <span class="inline-flex items-center justify-center leading-none" aria-hidden="true">
420
+ <span class="inline-flex items-center justify-center" aria-hidden="true">
421
421
  {{ name() }}
422
422
  </span>
423
423
  } @else {
@@ -3085,7 +3085,7 @@ class NeuralSwitchComponent {
3085
3085
  ...(ngDevMode ? [{ debugName: "switchCircleClasses" }] : /* istanbul ignore next */ []));
3086
3086
  switchLabelClasses = computed(() => {
3087
3087
  return [
3088
- 'leading-tight select-none',
3088
+ 'select-none',
3089
3089
  this.disabled() ? 'cursor-not-allowed' : 'cursor-pointer',
3090
3090
  ].join(' ');
3091
3091
  }, /* @ts-ignore */
@@ -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">{{ option.shortcut }}</span>
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 font-mono tracking-wider">{{ option.shortcut }}</span>
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 font-mono tracking-wider">{{ option.shortcut }}</span>
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 font-mono tracking-wider">{{ option.shortcut }}</span>
4766
+ <span class="ml-auto text-xs text-ink-gray-5 pr-1">{{ option.shortcut }}</span>
4767
4767
  }
4768
4768
  </button>
4769
4769
  }
@@ -6013,12 +6013,12 @@ class NeuralKeyboardShortcutComponent {
6013
6013
  @if (iconFor(part)) {
6014
6014
  <neural-icon [name]="iconFor(part)!" class="size-3"></neural-icon>
6015
6015
  } @else {
6016
- <span class="leading-none uppercase">{{ part.display }}</span>
6016
+ <span class="uppercase">{{ part.display }}</span>
6017
6017
  }
6018
6018
  </span>
6019
6019
  }
6020
6020
  @if ($index < parsedParts().length - 1 && showPlus()) {
6021
- <span class="font-mono text-[10px] leading-none opacity-60">+</span>
6021
+ <span class="text-[10px] opacity-60">+</span>
6022
6022
  }
6023
6023
  }
6024
6024
  } @else {
@@ -6062,12 +6062,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
6062
6062
  @if (iconFor(part)) {
6063
6063
  <neural-icon [name]="iconFor(part)!" class="size-3"></neural-icon>
6064
6064
  } @else {
6065
- <span class="leading-none uppercase">{{ part.display }}</span>
6065
+ <span class="uppercase">{{ part.display }}</span>
6066
6066
  }
6067
6067
  </span>
6068
6068
  }
6069
6069
  @if ($index < parsedParts().length - 1 && showPlus()) {
6070
- <span class="font-mono text-[10px] leading-none opacity-60">+</span>
6070
+ <span class="text-[10px] opacity-60">+</span>
6071
6071
  }
6072
6072
  }
6073
6073
  } @else {
@@ -7278,7 +7278,7 @@ class NeuralRatingComponent {
7278
7278
  }
7279
7279
 
7280
7280
  <div
7281
- class="rating-stars inline-flex shrink-0 gap-0.5 leading-none rounded-1 outline-none focus-visible:ring-2 focus-visible:ring-outline-gray-4"
7281
+ class="rating-stars inline-flex shrink-0 gap-0.5 rounded-1 outline-none focus-visible:ring-2 focus-visible:ring-outline-gray-4"
7282
7282
  [attr.role]="isSliderMode() ? 'slider' : 'radiogroup'"
7283
7283
  [attr.tabindex]="rootTabindex()"
7284
7284
  [attr.aria-required]="!isSliderMode() && required() ? true : undefined"
@@ -7362,7 +7362,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
7362
7362
  }
7363
7363
 
7364
7364
  <div
7365
- class="rating-stars inline-flex shrink-0 gap-0.5 leading-none rounded-1 outline-none focus-visible:ring-2 focus-visible:ring-outline-gray-4"
7365
+ class="rating-stars inline-flex shrink-0 gap-0.5 rounded-1 outline-none focus-visible:ring-2 focus-visible:ring-outline-gray-4"
7366
7366
  [attr.role]="isSliderMode() ? 'slider' : 'radiogroup'"
7367
7367
  [attr.tabindex]="rootTabindex()"
7368
7368
  [attr.aria-required]="!isSliderMode() && required() ? true : undefined"
@@ -11491,7 +11491,7 @@ class NeuralContextMenuComponent {
11491
11491
  >
11492
11492
  @for (option of options(); track option.label) {
11493
11493
  @if (option.options && option.options.length > 0) {
11494
- <div class="px-2 py-1.5 text-xs font-semibold text-ink-gray-5 uppercase tracking-wider">
11494
+ <div class="px-2 py-1.5 text-xs font-semibold text-ink-gray-5 uppercase">
11495
11495
  {{ option.label }}
11496
11496
  </div>
11497
11497
  @for (subOption of option.options; track subOption.label) {
@@ -11550,7 +11550,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
11550
11550
  >
11551
11551
  @for (option of options(); track option.label) {
11552
11552
  @if (option.options && option.options.length > 0) {
11553
- <div class="px-2 py-1.5 text-xs font-semibold text-ink-gray-5 uppercase tracking-wider">
11553
+ <div class="px-2 py-1.5 text-xs font-semibold text-ink-gray-5 uppercase">
11554
11554
  {{ option.label }}
11555
11555
  </div>
11556
11556
  @for (subOption of option.options; track subOption.label) {
@@ -13332,7 +13332,7 @@ class NeuralMenuComponent {
13332
13332
  >
13333
13333
  @for (option of options(); track option.label) {
13334
13334
  @if (option.options && option.options.length > 0) {
13335
- <div class="px-2 py-1.5 text-xs font-semibold text-ink-gray-5 uppercase tracking-wider">
13335
+ <div class="px-2 py-1.5 text-xs font-semibold text-ink-gray-5 uppercase">
13336
13336
  {{ option.label }}
13337
13337
  </div>
13338
13338
  @for (subOption of option.options; track subOption.label) {
@@ -13383,7 +13383,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
13383
13383
  >
13384
13384
  @for (option of options(); track option.label) {
13385
13385
  @if (option.options && option.options.length > 0) {
13386
- <div class="px-2 py-1.5 text-xs font-semibold text-ink-gray-5 uppercase tracking-wider">
13386
+ <div class="px-2 py-1.5 text-xs font-semibold text-ink-gray-5 uppercase">
13387
13387
  {{ option.label }}
13388
13388
  </div>
13389
13389
  @for (subOption of option.options; track subOption.label) {
@@ -13882,7 +13882,7 @@ class NeuralRailItemComponent {
13882
13882
  <div class="leading-relaxed">
13883
13883
  <div>{{ label() }}</div>
13884
13884
  @if (tooltipDescription()) {
13885
- <div class="text-[13px] leading-tight text-ink-gray-5">
13885
+ <div class="text-[13px] text-ink-gray-5">
13886
13886
  {{ tooltipDescription() }}
13887
13887
  </div>
13888
13888
  }
@@ -13964,7 +13964,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
13964
13964
  <div class="leading-relaxed">
13965
13965
  <div>{{ label() }}</div>
13966
13966
  @if (tooltipDescription()) {
13967
- <div class="text-[13px] leading-tight text-ink-gray-5">
13967
+ <div class="text-[13px] text-ink-gray-5">
13968
13968
  {{ tooltipDescription() }}
13969
13969
  </div>
13970
13970
  }
@@ -14717,9 +14717,9 @@ class NeuralSidebarHeaderComponent {
14717
14717
  <div class="flex flex-col flex-1 min-w-0 transition-all duration-200"
14718
14718
  [class]="isCollapsed() ? 'w-0 opacity-0 hidden' : 'opacity-100'"
14719
14719
  >
14720
- <span class="text-[14px] font-medium text-ink-gray-9 truncate leading-tight">{{ title() }}</span>
14720
+ <span class="text-[14px] font-medium text-ink-gray-9 truncate">{{ title() }}</span>
14721
14721
  @if (subtitle()) {
14722
- <span class="text-xs text-ink-gray-5 truncate leading-tight">{{ subtitle() }}</span>
14722
+ <span class="text-xs text-ink-gray-5 truncate">{{ subtitle() }}</span>
14723
14723
  }
14724
14724
  </div>
14725
14725
 
@@ -14760,9 +14760,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
14760
14760
  <div class="flex flex-col flex-1 min-w-0 transition-all duration-200"
14761
14761
  [class]="isCollapsed() ? 'w-0 opacity-0 hidden' : 'opacity-100'"
14762
14762
  >
14763
- <span class="text-[14px] font-medium text-ink-gray-9 truncate leading-tight">{{ title() }}</span>
14763
+ <span class="text-[14px] font-medium text-ink-gray-9 truncate">{{ title() }}</span>
14764
14764
  @if (subtitle()) {
14765
- <span class="text-xs text-ink-gray-5 truncate leading-tight">{{ subtitle() }}</span>
14765
+ <span class="text-xs text-ink-gray-5 truncate">{{ subtitle() }}</span>
14766
14766
  }
14767
14767
  </div>
14768
14768
 
@@ -15031,7 +15031,7 @@ class NeuralKeyboardShortcutsDialogComponent {
15031
15031
  <neural-keyboard-shortcut [combo]="shortcut.combo" [bg]="true"></neural-keyboard-shortcut>
15032
15032
 
15033
15033
  @if (shortcut.alternativeCombo) {
15034
- <span class="text-ink-gray-4 text-xs font-mono">/</span>
15034
+ <span class="text-ink-gray-4 text-xs">/</span>
15035
15035
  <neural-keyboard-shortcut
15036
15036
  [combo]="shortcut.alternativeCombo"
15037
15037
  [bg]="true"
@@ -15082,7 +15082,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
15082
15082
  <neural-keyboard-shortcut [combo]="shortcut.combo" [bg]="true"></neural-keyboard-shortcut>
15083
15083
 
15084
15084
  @if (shortcut.alternativeCombo) {
15085
- <span class="text-ink-gray-4 text-xs font-mono">/</span>
15085
+ <span class="text-ink-gray-4 text-xs">/</span>
15086
15086
  <neural-keyboard-shortcut
15087
15087
  [combo]="shortcut.alternativeCombo"
15088
15088
  [bg]="true"
@@ -15500,7 +15500,7 @@ class NeuralSubGridComponent {
15500
15500
  </th>
15501
15501
  @for (col of columns(); track col.key) {
15502
15502
  <th
15503
- class="px-3 py-2 text-[12px] font-semibold text-ink-gray-6 uppercase tracking-wider"
15503
+ class="px-3 py-2 text-[12px] font-semibold text-ink-gray-6 uppercase"
15504
15504
  [style.width]="col.width || 'auto'"
15505
15505
  [ngClass]="{
15506
15506
  'text-left': !col.align || col.align === 'left',
@@ -15602,7 +15602,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
15602
15602
  </th>
15603
15603
  @for (col of columns(); track col.key) {
15604
15604
  <th
15605
- class="px-3 py-2 text-[12px] font-semibold text-ink-gray-6 uppercase tracking-wider"
15605
+ class="px-3 py-2 text-[12px] font-semibold text-ink-gray-6 uppercase"
15606
15606
  [style.width]="col.width || 'auto'"
15607
15607
  [ngClass]="{
15608
15608
  'text-left': !col.align || col.align === 'left',