codexly-ui 0.0.95 → 0.0.96

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.
@@ -11468,7 +11468,7 @@ class ClxAppLayoutComponent {
11468
11468
  const isOverlay = isDesktopCollapsed && hovered;
11469
11469
  return [
11470
11470
  `fixed inset-y-0 left-0 z-30 ${width} flex flex-col`,
11471
- 'bg-slate-900 overflow-hidden shrink-0',
11471
+ 'bg-clx-surface border-r border-clx-border overflow-hidden shrink-0',
11472
11472
  'transition-[width,transform] duration-300 ease-in-out',
11473
11473
  isOverlay ? 'shadow-2xl' : '',
11474
11474
  'lg:transition-[width] lg:relative lg:inset-auto lg:z-30 lg:translate-x-0',
@@ -11696,7 +11696,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
11696
11696
  const NAV_ITEM_BASE = 'flex items-center gap-3 w-full text-sm font-medium transition-colors duration-150 cursor-pointer select-none';
11697
11697
  const NAV_ITEM_L1 = 'px-6 py-3';
11698
11698
  const NAV_ITEM_L2 = 'pl-4 pr-3 py-2';
11699
- const NAV_ITEM_IDLE = 'text-slate-400';
11699
+ const NAV_ITEM_IDLE = 'text-clx-text-subtle';
11700
11700
  // ── Children container ─────────────────────────────────────────────────────────
11701
11701
  const NAV_CHILDREN_WRAPPER = 'grid transition-all duration-300 ease-in-out';
11702
11702
  const NAV_CHILDREN_INNER = 'overflow-hidden';
@@ -11744,7 +11744,7 @@ class ClxMenuItemComponent {
11744
11744
  [class]="rla.isActive ? _activeCls() : _idleCls()"
11745
11745
  [title]="collapsed() ? label() : ''">
11746
11746
  @if (icon()) {
11747
- <span clx-icon [name]="icon()" size="sm" [class]="rla.isActive ? _iconCls() : 'text-slate-500'"></span>
11747
+ <span clx-icon [name]="icon()" size="sm" [class]="rla.isActive ? _iconCls() : 'text-clx-text-subtle'"></span>
11748
11748
  }
11749
11749
  @if (!collapsed()) {
11750
11750
  <span class="flex-1 text-left truncate">{{ label() }}</span>
@@ -11757,7 +11757,7 @@ class ClxMenuItemComponent {
11757
11757
  [title]="collapsed() ? label() : ''"
11758
11758
  (click)="itemClick.emit()">
11759
11759
  @if (icon()) {
11760
- <span clx-icon [name]="icon()" size="sm" [class]="active() ? _iconCls() : 'text-slate-500'"></span>
11760
+ <span clx-icon [name]="icon()" size="sm" [class]="active() ? _iconCls() : 'text-clx-text-subtle'"></span>
11761
11761
  }
11762
11762
  @if (!collapsed()) {
11763
11763
  <span class="flex-1 text-left truncate">{{ label() }}</span>
@@ -11782,7 +11782,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
11782
11782
  [class]="rla.isActive ? _activeCls() : _idleCls()"
11783
11783
  [title]="collapsed() ? label() : ''">
11784
11784
  @if (icon()) {
11785
- <span clx-icon [name]="icon()" size="sm" [class]="rla.isActive ? _iconCls() : 'text-slate-500'"></span>
11785
+ <span clx-icon [name]="icon()" size="sm" [class]="rla.isActive ? _iconCls() : 'text-clx-text-subtle'"></span>
11786
11786
  }
11787
11787
  @if (!collapsed()) {
11788
11788
  <span class="flex-1 text-left truncate">{{ label() }}</span>
@@ -11795,7 +11795,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
11795
11795
  [title]="collapsed() ? label() : ''"
11796
11796
  (click)="itemClick.emit()">
11797
11797
  @if (icon()) {
11798
- <span clx-icon [name]="icon()" size="sm" [class]="active() ? _iconCls() : 'text-slate-500'"></span>
11798
+ <span clx-icon [name]="icon()" size="sm" [class]="active() ? _iconCls() : 'text-clx-text-subtle'"></span>
11799
11799
  }
11800
11800
  @if (!collapsed()) {
11801
11801
  <span class="flex-1 text-left truncate">{{ label() }}</span>
@@ -12005,10 +12005,10 @@ class ClxNavGroupComponent {
12005
12005
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: ClxNavGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
12006
12006
  static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.15", type: ClxNavGroupComponent, isStandalone: true, selector: "clx-nav-group", inputs: { label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: true, transformFunction: null }, collapsed: { classPropertyName: "collapsed", publicName: "collapsed", isSignal: true, isRequired: false, transformFunction: null } }, host: { classAttribute: "block" }, ngImport: i0, template: `
12007
12007
  @if (!collapsed()) {
12008
- <span class="block px-6 pt-5 pb-1 text-[10px] font-bold uppercase tracking-widest text-slate-500 select-none">{{ label() }}</span>
12008
+ <span class="block px-6 pt-5 pb-1 text-[10px] font-bold uppercase tracking-widest text-clx-text-subtle select-none">{{ label() }}</span>
12009
12009
  } @else {
12010
12010
  <span class="flex items-center justify-center w-full py-3">
12011
- <span class="w-1.5 h-1.5 rounded-full bg-slate-600"></span>
12011
+ <span class="w-1.5 h-1.5 rounded-full bg-clx-border"></span>
12012
12012
  </span>
12013
12013
  }
12014
12014
  `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
@@ -12020,10 +12020,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
12020
12020
  standalone: true,
12021
12021
  template: `
12022
12022
  @if (!collapsed()) {
12023
- <span class="block px-6 pt-5 pb-1 text-[10px] font-bold uppercase tracking-widest text-slate-500 select-none">{{ label() }}</span>
12023
+ <span class="block px-6 pt-5 pb-1 text-[10px] font-bold uppercase tracking-widest text-clx-text-subtle select-none">{{ label() }}</span>
12024
12024
  } @else {
12025
12025
  <span class="flex items-center justify-center w-full py-3">
12026
- <span class="w-1.5 h-1.5 rounded-full bg-slate-600"></span>
12026
+ <span class="w-1.5 h-1.5 rounded-full bg-clx-border"></span>
12027
12027
  </span>
12028
12028
  }
12029
12029
  `,