orbiq-neural-ui-kit 1.2.78 → 1.2.79

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.
@@ -14406,7 +14406,7 @@ class NeuralSidebarComponent {
14406
14406
  <div
14407
14407
  data-slot="sidebar"
14408
14408
  [attr.data-state]="shouldCollapse() ? 'collapsed' : 'expanded'"
14409
- class="flex h-full flex-shrink-0 flex-col overflow-x-hidden bg-surface-sidebar transition-[width] duration-300 ease-in-out"
14409
+ class="flex h-full flex-shrink-0 flex-col overflow-x-hidden bg-surface-sidebar transition-[width] duration-300 ease-in-out border-r border-outline-gray-2"
14410
14410
  [style.width]="shouldCollapse() ? collapsedWidth() : width()"
14411
14411
  >
14412
14412
  <ng-content></ng-content>
@@ -14423,7 +14423,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
14423
14423
  <div
14424
14424
  data-slot="sidebar"
14425
14425
  [attr.data-state]="shouldCollapse() ? 'collapsed' : 'expanded'"
14426
- class="flex h-full flex-shrink-0 flex-col overflow-x-hidden bg-surface-sidebar transition-[width] duration-300 ease-in-out"
14426
+ class="flex h-full flex-shrink-0 flex-col overflow-x-hidden bg-surface-sidebar transition-[width] duration-300 ease-in-out border-r border-outline-gray-2"
14427
14427
  [style.width]="shouldCollapse() ? collapsedWidth() : width()"
14428
14428
  >
14429
14429
  <ng-content></ng-content>