codexly-ui 0.1.3 → 0.1.5

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
  };
@@ -5556,7 +5556,7 @@ const MODAL_SIZE_MAP = {
5556
5556
  xl: 'w-full',
5557
5557
  full: 'w-full h-screen rounded-none',
5558
5558
  };
5559
- const MODAL_CONTAINER_CLASS = 'flex flex-col bg-white rounded-2xl shadow-2xl overflow-hidden';
5559
+ const MODAL_CONTAINER_CLASS = 'flex flex-col bg-clx-surface rounded-2xl shadow-2xl overflow-hidden';
5560
5560
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
5561
5561
  const CLX_MODAL_DATA = new InjectionToken('CLX_MODAL_DATA');
5562
5562
  const CLX_MODAL_SIZE = new InjectionToken('CLX_MODAL_SIZE');
@@ -5579,7 +5579,7 @@ const DRAWER_WIDTH_MAP = {
5579
5579
  md: '420px',
5580
5580
  lg: '560px',
5581
5581
  };
5582
- const DRAWER_CONTAINER_CLASS = 'flex flex-col bg-white shadow-2xl overflow-hidden h-screen';
5582
+ const DRAWER_CONTAINER_CLASS = 'flex flex-col bg-clx-surface shadow-2xl overflow-hidden h-screen';
5583
5583
  const CLX_DRAWER_SIZE = new InjectionToken('CLX_DRAWER_SIZE');
5584
5584
 
5585
5585
  class ClxDrawerComponent {