@annalib/anna-core 25.2.7 → 25.2.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annalib/anna-core",
3
- "version": "25.2.7",
3
+ "version": "25.2.9",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "^16.0.1",
6
6
  "@angular/common": "^16.2.12",
@@ -20,6 +20,7 @@ $intelli-filter-default-map: (
20
20
  display: inline-flex;
21
21
  align-items: center;
22
22
  padding: $padding;
23
+ white-space: nowrap;
23
24
 
24
25
  &:disabled {
25
26
  border: 1px solid #bdbdbd !important;
@@ -87,7 +88,6 @@ $intelli-filter-icon-default-map: (
87
88
 
88
89
  &.mdi-star {
89
90
  color: $amber;
90
- opacity: 0.5;
91
91
  }
92
92
 
93
93
  &.mdi-alert {
@@ -118,7 +118,6 @@ $intelli-filter-icon-default-map: (
118
118
 
119
119
  i.mdi-star {
120
120
  color: #ffc107;
121
- opacity: 0.9;
122
121
  display: flex;
123
122
  }
124
123
  }