@annalib/anna-core 10.0.20 → 10.0.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": "10.0.20",
3
+ "version": "10.0.21",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "^2.0.3",
6
6
  "@angular/common": "^14.3.0",
@@ -606,7 +606,8 @@ input.error-border{
606
606
 
607
607
  ::ng-deep .show-max.ngx-slider span.ngx-slider-model-high{
608
608
  background: white;
609
- box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
609
+ box-shadow: none;
610
+ left: auto !important;
610
611
  }
611
612
 
612
613
  ::ng-deep .ngx-slider span.ngx-slider-combined{
@@ -614,6 +615,14 @@ input.error-border{
614
615
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
615
616
  }
616
617
 
618
+ ::ng-deep .ngx-slider{
619
+ top: 10px !important;
620
+ }
621
+
622
+ ::ng-deep .ngx-slider-animate{
623
+ top: 0 !important;
624
+ }
625
+
617
626
  .sidebar-slider{
618
627
  margin-bottom: 6px;
619
628
  }