@annalib/anna-core 22.4.0 → 22.4.1

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": "22.4.0",
3
+ "version": "22.4.1",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "^2.0.4",
6
6
  "@angular/common": "^15.2.9",
@@ -123,6 +123,10 @@
123
123
  color: #ffc107;
124
124
  opacity: 0.5;
125
125
  }
126
+
127
+ i.mdi-cog-refresh {
128
+ color: #8bac2a;
129
+ }
126
130
  }
127
131
  }
128
132