@annalib/anna-core 33.2.32 → 33.2.34

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annalib/anna-core",
3
- "version": "33.2.32",
3
+ "version": "33.2.34",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "^17.0.2",
6
6
  "@angular/common": "^17.3.12",
@@ -20,6 +20,7 @@ $InactiveSecColor: var(--secondary-blue-color);
20
20
  $DeletedSecColor: var(--secondary-red-color);
21
21
  $coPilotSecondaryColor: #e5f1c1;
22
22
  $adminPrivilegeIconColor: #e48a37;
23
+ $ratePilotColor: #1565c0;
23
24
 
24
25
  @mixin tags($backgroundColor) {
25
26
  height: 18px;
@@ -103,7 +104,7 @@ $adminPrivilegeIconColor: #e48a37;
103
104
  @include rowStyling($DeletedSecColor, $DeletedPrimaryColor, $shadow-map);
104
105
  }
105
106
  tr.Copilot-onboarding-status {
106
- @include rowStyling($coPilotSecondaryColor, $OnboardingPrimaryColor , $shadow-map);
107
+ @include rowStyling($coPilotSecondaryColor, $OnboardingPrimaryColor, $shadow-map);
107
108
  outline: 1px solid $coPilotPrimaryColor !important;
108
109
  outline-offset: -1px !important;
109
110
  }