@annalib/anna-core 11.2.29 → 11.2.31

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": "11.2.29",
3
+ "version": "11.2.31",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "^2.0.3",
6
6
  "@angular/common": "^14.3.0",
@@ -355,12 +355,6 @@ section.min-maxContainer {
355
355
  background-color: white;
356
356
  width: $fs-45;
357
357
  }
358
-
359
- input.numberInput:focus{
360
- box-shadow: none;
361
- border-color:#c2cfd6;
362
- }
363
-
364
358
  .dot {
365
359
  color: #cbcbcb;
366
360
  position: relative;
@@ -634,7 +628,6 @@ input.error-border{
634
628
 
635
629
  ::ng-deep .ngx-slider{
636
630
  top: 10px !important;
637
- margin: 5px 0 2px 0 !important;
638
631
  }
639
632
 
640
633
  ::ng-deep .ngx-slider-animate{
@@ -642,27 +635,10 @@ input.error-border{
642
635
  }
643
636
 
644
637
  .sidebar-slider{
645
- margin-bottom: 35px !important;
646
- margin-left: 5px;
647
- margin-right: 5px;
638
+ margin-bottom: 6px;
648
639
  }
649
640
 
650
641
  .slider-placeholder{
651
642
  height: 14px
652
643
  }
653
- //end of slider css
654
-
655
- //DatePicker css
656
- ::ng-deep .filter-calendar{
657
-
658
- select.form-select:focus{
659
- border-color: rgb(194, 207, 214);
660
- box-shadow: none;
661
- }
662
-
663
- select.form-select{
664
- background-color: white;
665
- }
666
-
667
- }
668
-
644
+ //end of slider css
@@ -36,7 +36,7 @@
36
36
  display: block;
37
37
  text-align: right;
38
38
  margin-left: auto;
39
- background-color: transparent;
39
+ background-color: white;
40
40
  text-decoration: underline;
41
41
  color: #268bff;
42
42
  line-height: 1 !important;
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@annalib/anna-core" />
5
- export * from './public-api';