codexly-ui 0.1.3 → 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
  };