codexly-ui 0.1.5 → 0.1.7

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.
@@ -4026,7 +4026,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
4026
4026
 
4027
4027
  const INPUT_STATUS_MAP = {
4028
4028
  default: {
4029
- border: 'border-slate-200',
4029
+ border: 'border-clx-border',
4030
4030
  ring: '',
4031
4031
  msgCls: '',
4032
4032
  iconName: '',
@@ -5778,7 +5778,7 @@ class ClxModalComponent {
5778
5778
  </div>
5779
5779
 
5780
5780
  <!-- Footer -->
5781
- <div class="flex items-center justify-end gap-3 px-6 py-4 border-t border-clx-border-soft shrink-0 bg-clx-surface-2">
5781
+ <div class="flex items-center justify-end gap-3 px-6 py-4 border-t border-clx-border-soft shrink-0">
5782
5782
  @if (_hasBuiltInButtons()) {
5783
5783
  @if (showCancelButton()) {
5784
5784
  <button
@@ -5839,7 +5839,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
5839
5839
  </div>
5840
5840
 
5841
5841
  <!-- Footer -->
5842
- <div class="flex items-center justify-end gap-3 px-6 py-4 border-t border-clx-border-soft shrink-0 bg-clx-surface-2">
5842
+ <div class="flex items-center justify-end gap-3 px-6 py-4 border-t border-clx-border-soft shrink-0">
5843
5843
  @if (_hasBuiltInButtons()) {
5844
5844
  @if (showCancelButton()) {
5845
5845
  <button