codexly-ui 0.1.4 → 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.
@@ -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 {