codexly-ui 0.1.2 → 0.1.4

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.
@@ -2820,7 +2820,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
2820
2820
  const CLX_LIST_CONTEXT = new InjectionToken('CLX_LIST_CONTEXT');
2821
2821
  // ── Variant maps ──────────────────────────────────────────────────────────────
2822
2822
  const LIST_VARIANT_SHAPE = {
2823
- bordered: 'bg-white rounded-2xl overflow-hidden',
2823
+ bordered: 'bg-clx-surface rounded-2xl overflow-hidden border border-clx-border',
2824
2824
  flat: 'bg-transparent',
2825
2825
  flush: 'bg-transparent',
2826
2826
  };
@@ -11878,7 +11878,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
11878
11878
  }], propDecorators: { logo: [{ type: i0.Input, args: [{ isSignal: true, alias: "logo", required: true }] }], name: [{ type: i0.Input, args: [{ isSignal: true, alias: "name", required: true }] }], description: [{ type: i0.Input, args: [{ isSignal: true, alias: "description", required: false }] }], collapsed: [{ type: i0.Input, args: [{ isSignal: true, alias: "collapsed", required: false }] }] } });
11879
11879
 
11880
11880
  // ── Item geometry ──────────────────────────────────────────────────────────────
11881
- const NAV_ITEM_BASE = 'flex items-center gap-3 w-full text-sm font-medium transition-colors duration-150 cursor-pointer select-none';
11881
+ const NAV_ITEM_BASE = 'flex items-center gap-3 w-full text-sm font-medium cursor-pointer select-none';
11882
11882
  const NAV_ITEM_L1 = 'px-6 py-3';
11883
11883
  const NAV_ITEM_L2 = 'pl-4 pr-3 py-2';
11884
11884
  const NAV_ITEM_IDLE = 'text-clx-text-subtle';