orbiq-neural-ui-kit 1.2.73 → 1.2.74
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.
|
@@ -14522,7 +14522,7 @@ class NeuralSidebarItemComponent {
|
|
|
14522
14522
|
routerLinkActive="active"
|
|
14523
14523
|
#rla="routerLinkActive"
|
|
14524
14524
|
[attr.aria-label]="tooltipText() || undefined"
|
|
14525
|
-
[title]="isCollapsed() ? tooltipText() : null"
|
|
14525
|
+
[attr.title]="isCollapsed() ? tooltipText() : null"
|
|
14526
14526
|
[attr.aria-current]="resolvedActive() ? 'page' : undefined"
|
|
14527
14527
|
class="flex h-full w-full items-center rounded-4 focus-visible:ring-0 focus-visible:focus-ring overflow-hidden transition-all duration-300 ease-in-out"
|
|
14528
14528
|
(click)="handleClick($event)"
|
|
@@ -14533,7 +14533,7 @@ class NeuralSidebarItemComponent {
|
|
|
14533
14533
|
<button
|
|
14534
14534
|
type="button"
|
|
14535
14535
|
[attr.aria-label]="tooltipText() || undefined"
|
|
14536
|
-
[title]="isCollapsed() ? tooltipText() : null"
|
|
14536
|
+
[attr.title]="isCollapsed() ? tooltipText() : null"
|
|
14537
14537
|
class="flex h-full w-full text-left items-center rounded-4 focus-visible:ring-0 focus-visible:focus-ring overflow-hidden transition-all duration-300 ease-in-out"
|
|
14538
14538
|
(click)="handleClick($event)"
|
|
14539
14539
|
>
|
|
@@ -14630,7 +14630,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
|
|
|
14630
14630
|
routerLinkActive="active"
|
|
14631
14631
|
#rla="routerLinkActive"
|
|
14632
14632
|
[attr.aria-label]="tooltipText() || undefined"
|
|
14633
|
-
[title]="isCollapsed() ? tooltipText() : null"
|
|
14633
|
+
[attr.title]="isCollapsed() ? tooltipText() : null"
|
|
14634
14634
|
[attr.aria-current]="resolvedActive() ? 'page' : undefined"
|
|
14635
14635
|
class="flex h-full w-full items-center rounded-4 focus-visible:ring-0 focus-visible:focus-ring overflow-hidden transition-all duration-300 ease-in-out"
|
|
14636
14636
|
(click)="handleClick($event)"
|
|
@@ -14641,7 +14641,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
|
|
|
14641
14641
|
<button
|
|
14642
14642
|
type="button"
|
|
14643
14643
|
[attr.aria-label]="tooltipText() || undefined"
|
|
14644
|
-
[title]="isCollapsed() ? tooltipText() : null"
|
|
14644
|
+
[attr.title]="isCollapsed() ? tooltipText() : null"
|
|
14645
14645
|
class="flex h-full w-full text-left items-center rounded-4 focus-visible:ring-0 focus-visible:focus-ring overflow-hidden transition-all duration-300 ease-in-out"
|
|
14646
14646
|
(click)="handleClick($event)"
|
|
14647
14647
|
>
|
|
@@ -14742,7 +14742,7 @@ class NeuralSidebarHeaderComponent {
|
|
|
14742
14742
|
class="flex items-center h-10 rounded-6 transition-all duration-300 ease-in-out cursor-pointer overflow-hidden"
|
|
14743
14743
|
[ngClass]="isOpen && !isCollapsed() ? 'bg-surface-elevation-2 shadow-sm ring-1 ring-black/5' : 'hover:bg-surface-gray-2'"
|
|
14744
14744
|
[attr.aria-label]="title()"
|
|
14745
|
-
[title]="isCollapsed() ? title() : null"
|
|
14745
|
+
[attr.title]="isCollapsed() ? title() : null"
|
|
14746
14746
|
>
|
|
14747
14747
|
<!-- App Icon Container (32px wide, centers icon exactly) -->
|
|
14748
14748
|
<div class="flex-none flex items-center justify-center size-8 rounded-[10px] shrink-0" [ngClass]="iconClass()">
|
|
@@ -14782,7 +14782,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
|
|
|
14782
14782
|
class="flex items-center h-10 rounded-6 transition-all duration-300 ease-in-out cursor-pointer overflow-hidden"
|
|
14783
14783
|
[ngClass]="isOpen && !isCollapsed() ? 'bg-surface-elevation-2 shadow-sm ring-1 ring-black/5' : 'hover:bg-surface-gray-2'"
|
|
14784
14784
|
[attr.aria-label]="title()"
|
|
14785
|
-
[title]="isCollapsed() ? title() : null"
|
|
14785
|
+
[attr.title]="isCollapsed() ? title() : null"
|
|
14786
14786
|
>
|
|
14787
14787
|
<!-- App Icon Container (32px wide, centers icon exactly) -->
|
|
14788
14788
|
<div class="flex-none flex items-center justify-center size-8 rounded-[10px] shrink-0" [ngClass]="iconClass()">
|