orbiq-neural-ui-kit 1.1.7 → 1.1.9

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.
@@ -434,7 +434,7 @@ class NeuralButtonComponent {
434
434
  ...(ngDevMode ? [{ debugName: "variant" }] : /* istanbul ignore next */ []));
435
435
  theme = input('gray', /* @ts-ignore */
436
436
  ...(ngDevMode ? [{ debugName: "theme" }] : /* istanbul ignore next */ []));
437
- size = input('md', /* @ts-ignore */
437
+ size = input('sm', /* @ts-ignore */
438
438
  ...(ngDevMode ? [{ debugName: "size" }] : /* istanbul ignore next */ []));
439
439
  type = input('button', /* @ts-ignore */
440
440
  ...(ngDevMode ? [{ debugName: "type" }] : /* istanbul ignore next */ []));
@@ -12567,7 +12567,7 @@ class NeuralDataTableComponent {
12567
12567
 
12568
12568
  <div class="ms-1.5">
12569
12569
  <!-- + Nuevo Button -->
12570
- <neural-button variant="solid" theme="blue" size="sm" icon="lucide-plus" [iconLeft]="true" class="!px-3 !h-8 !text-[12px]" (click)="onNewClick.emit()">
12570
+ <neural-button variant="solid" theme="gray" size="sm" icon="lucide-plus" [iconLeft]="true" class="!px-3 !h-8 !text-[12px]" (click)="onNewClick.emit()">
12571
12571
  {{ newLabel() }}
12572
12572
  </neural-button>
12573
12573
  </div>
@@ -12693,7 +12693,7 @@ class NeuralDataTableComponent {
12693
12693
  <div actions>
12694
12694
  <div class="flex items-center justify-end gap-2 w-full">
12695
12695
  <neural-button variant="ghost" (click)="isPreferencesOpen.set(false)">Cancelar</neural-button>
12696
- <neural-button variant="solid" theme="blue" (click)="applyPreferences()">Continuar</neural-button>
12696
+ <neural-button variant="solid" theme="gray" (click)="applyPreferences()">Continuar</neural-button>
12697
12697
  </div>
12698
12698
  </div>
12699
12699
  </neural-dialog>
@@ -12788,7 +12788,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
12788
12788
 
12789
12789
  <div class="ms-1.5">
12790
12790
  <!-- + Nuevo Button -->
12791
- <neural-button variant="solid" theme="blue" size="sm" icon="lucide-plus" [iconLeft]="true" class="!px-3 !h-8 !text-[12px]" (click)="onNewClick.emit()">
12791
+ <neural-button variant="solid" theme="gray" size="sm" icon="lucide-plus" [iconLeft]="true" class="!px-3 !h-8 !text-[12px]" (click)="onNewClick.emit()">
12792
12792
  {{ newLabel() }}
12793
12793
  </neural-button>
12794
12794
  </div>
@@ -12914,7 +12914,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.4", ngImpor
12914
12914
  <div actions>
12915
12915
  <div class="flex items-center justify-end gap-2 w-full">
12916
12916
  <neural-button variant="ghost" (click)="isPreferencesOpen.set(false)">Cancelar</neural-button>
12917
- <neural-button variant="solid" theme="blue" (click)="applyPreferences()">Continuar</neural-button>
12917
+ <neural-button variant="solid" theme="gray" (click)="applyPreferences()">Continuar</neural-button>
12918
12918
  </div>
12919
12919
  </div>
12920
12920
  </neural-dialog>