@elite.framework/ng.core 1.0.4 → 1.0.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.
@@ -1455,7 +1455,7 @@ class BreadcrumbComponent {
1455
1455
  <li class="relative z-10">
1456
1456
  <a
1457
1457
  [routerLink]="['/']"
1458
- class="flex items-center h-10 px-4 pr-6 text-white bg-blue-500 hover:bg-teal-500 active:bg-teal-600 transition-all duration-150 rounded-r-md"
1458
+ class="flex items-center h-10 px-4 pr-6 text-white bg-primary-500 hover:bg-teal-500 active:bg-teal-600 transition-all duration-150 rounded-r-md"
1459
1459
  style="clip-path: polygon(12px 0, 100% 0, 100% 100%, 12px 100%, 0% 50%)"
1460
1460
  >
1461
1461
  <i class="pi pi-home mr-2 rtl:ml-2 rtl:mr-0 text-base"></i>
@@ -1469,10 +1469,10 @@ class BreadcrumbComponent {
1469
1469
  <ng-container *ngIf="item.routerLink && !last; else textOnly">
1470
1470
  <a
1471
1471
  [routerLink]="item.routerLink"
1472
- class="flex items-center h-10 px-4 pr-6 text-white bg-blue-500 hover:bg-teal-500 active:bg-teal-600 transition-all duration-150"
1472
+ class="flex items-center h-10 px-4 pr-6 text-white bg-primary-500 hover:bg-teal-500 active:bg-teal-600 transition-all duration-150"
1473
1473
  [ngClass]="{
1474
- 'bg-blue-500': i % 2 === 0,
1475
- 'bg-blue-600': i % 2 === 1,
1474
+ 'bg-primary-500': i % 2 === 0,
1475
+ 'bg-primary-600': i % 2 === 1,
1476
1476
  'rounded-l-md pl-5': first,
1477
1477
  'rounded-r-md pr-5': last
1478
1478
  }"
@@ -1486,8 +1486,8 @@ class BreadcrumbComponent {
1486
1486
  <span
1487
1487
  class="flex items-center h-10 px-4 pr-6 text-white"
1488
1488
  [ngClass]="{
1489
- 'bg-blue-500': i % 2 === 0,
1490
- 'bg-blue-600': i % 2 === 1,
1489
+ 'bg-primary-500': i % 2 === 0,
1490
+ 'bg-primary-600': i % 2 === 1,
1491
1491
  'rounded-l-md pl-5': first,
1492
1492
  'rounded-r-md pr-5': last
1493
1493
  }"
@@ -1514,7 +1514,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
1514
1514
  <li class="relative z-10">
1515
1515
  <a
1516
1516
  [routerLink]="['/']"
1517
- class="flex items-center h-10 px-4 pr-6 text-white bg-blue-500 hover:bg-teal-500 active:bg-teal-600 transition-all duration-150 rounded-r-md"
1517
+ class="flex items-center h-10 px-4 pr-6 text-white bg-primary-500 hover:bg-teal-500 active:bg-teal-600 transition-all duration-150 rounded-r-md"
1518
1518
  style="clip-path: polygon(12px 0, 100% 0, 100% 100%, 12px 100%, 0% 50%)"
1519
1519
  >
1520
1520
  <i class="pi pi-home mr-2 rtl:ml-2 rtl:mr-0 text-base"></i>
@@ -1528,10 +1528,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
1528
1528
  <ng-container *ngIf="item.routerLink && !last; else textOnly">
1529
1529
  <a
1530
1530
  [routerLink]="item.routerLink"
1531
- class="flex items-center h-10 px-4 pr-6 text-white bg-blue-500 hover:bg-teal-500 active:bg-teal-600 transition-all duration-150"
1531
+ class="flex items-center h-10 px-4 pr-6 text-white bg-primary-500 hover:bg-teal-500 active:bg-teal-600 transition-all duration-150"
1532
1532
  [ngClass]="{
1533
- 'bg-blue-500': i % 2 === 0,
1534
- 'bg-blue-600': i % 2 === 1,
1533
+ 'bg-primary-500': i % 2 === 0,
1534
+ 'bg-primary-600': i % 2 === 1,
1535
1535
  'rounded-l-md pl-5': first,
1536
1536
  'rounded-r-md pr-5': last
1537
1537
  }"
@@ -1545,8 +1545,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
1545
1545
  <span
1546
1546
  class="flex items-center h-10 px-4 pr-6 text-white"
1547
1547
  [ngClass]="{
1548
- 'bg-blue-500': i % 2 === 0,
1549
- 'bg-blue-600': i % 2 === 1,
1548
+ 'bg-primary-500': i % 2 === 0,
1549
+ 'bg-primary-600': i % 2 === 1,
1550
1550
  'rounded-l-md pl-5': first,
1551
1551
  'rounded-r-md pr-5': last
1552
1552
  }"