orbiq-neural-ui-kit 1.0.27 → 1.0.28

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.
@@ -7403,9 +7403,9 @@ class NeuralSearchTriggerComponent {
7403
7403
  <span class="text-[13px]">{{ placeholder() }}</span>
7404
7404
  </div>
7405
7405
  @if (combo()) {
7406
- <kbd class="hidden sm:inline-flex items-center font-sans text-[11px] font-medium text-ink-gray-4 bg-surface-base border border-outline-gray-2 rounded-4 px-1.5 shadow-sm group-hover:text-ink-gray-6 transition-colors">
7406
+ <div class="hidden sm:inline-flex items-center text-ink-gray-4 group-hover:text-ink-gray-6 transition-colors">
7407
7407
  <neural-keyboard-shortcut [combo]="combo()" [bg]="false" [showPlus]="false"></neural-keyboard-shortcut>
7408
- </kbd>
7408
+ </div>
7409
7409
  }
7410
7410
  </button>
7411
7411
  `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "component", type: NeuralIconComponent, selector: "neural-icon", inputs: ["name"] }, { kind: "component", type: NeuralKeyboardShortcutComponent, selector: "neural-keyboard-shortcut", inputs: ["combo", "bg", "showPlus", "useIcons"] }] });
@@ -7427,9 +7427,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
7427
7427
  <span class="text-[13px]">{{ placeholder() }}</span>
7428
7428
  </div>
7429
7429
  @if (combo()) {
7430
- <kbd class="hidden sm:inline-flex items-center font-sans text-[11px] font-medium text-ink-gray-4 bg-surface-base border border-outline-gray-2 rounded-4 px-1.5 shadow-sm group-hover:text-ink-gray-6 transition-colors">
7430
+ <div class="hidden sm:inline-flex items-center text-ink-gray-4 group-hover:text-ink-gray-6 transition-colors">
7431
7431
  <neural-keyboard-shortcut [combo]="combo()" [bg]="false" [showPlus]="false"></neural-keyboard-shortcut>
7432
- </kbd>
7432
+ </div>
7433
7433
  }
7434
7434
  </button>
7435
7435
  `