@annalib/anna-core 25.4.19 → 25.4.21

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": "25.4.19",
3
+ "version": "25.4.21",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "^16.0.1",
6
6
  "@angular/common": "^16.2.12",
@@ -87,6 +87,7 @@ $intelli-filter-icon-default-map: (
87
87
 
88
88
  &.mdi-star {
89
89
  color: $amber;
90
+ opacity: 0.5;
90
91
  }
91
92
 
92
93
  &.mdi-alert {
@@ -117,6 +118,7 @@ $intelli-filter-icon-default-map: (
117
118
 
118
119
  i.mdi-star {
119
120
  color: #ffc107;
121
+ opacity: 0.9;
120
122
  display: flex;
121
123
  }
122
124
  }